COLOR #012AF7

HEX: #012AF7
RGB: (1,42,247)

Color info

#012AF7 contains mainly blue color. Web safe color of #012AF7 is #0033FF (or #03F).

RGB color model

#012AF7 color RGB value is (1,42,247).

  • red value is 1;
  • green value is 42;
  • blue value is 247.
RGB:
(1,42,247)
(0%,16%,97%)

RGB channels and saturation

R 1 of 255 = 0%
G 42 of 255 = 16%
B 247 of 255 = 97%

1
42
247

R + G + B ~ 38%. #012AF7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 42 + 247 = 290 (100%)
R 1 of 290 ~ 0.34%
G 42 of 290 ~ 14.48%
B 247 of 290 ~ 85.17%

%14.48
%85.17

CMYK color model

#012AF7 color CMYK value is (100,83,0,3).

  • cyan value is 99.60%
  • magenta value is 83.00%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(100,83,0,3)
C100M83Y0K3 
(100%,83%,0%,3%)
(1.00/0.83/0.00/0.03)	

CMYK percentages

%99.6
%83
%0
%3.14

Codes

Color #012AF7 in popluar color models

012AF7
RGB142247
HSL230°99.19%48.63%
HSB/HSV230°99.60%96.86%
CMYK99.60%83.00%0.00%
3.14%

Color #012AF7 in popluar number systems.

HEX012AF7
Decimal142247
Binary110101011110111
Octal152367

Shades and tints

Shades of #012AF7

#012AF7
(1,42,247)
#0127E1
(1,39,225)
#0124CB
(1,36,203)
#0121B5
(1,33,181)
#011E9F
(1,30,159)
#011B89
(1,27,137)
#011873
(1,24,115)
#01155D
(1,21,93)
#011247
(1,18,71)
#010F31
(1,15,49)
#010C1B
(1,12,27)
#000000
(0,0,0)

Tints of #012AF7

#012AF7
(1,42,247)
#183DF7
(24,61,247)
#2F50F7
(47,80,247)
#4663F7
(70,99,247)
#5D76F7
(93,118,247)
#7489F7
(116,137,247)
#8B9CF7
(139,156,247)
#A2AFF7
(162,175,247)
#B9C2F7
(185,194,247)
#D0D5F7
(208,213,247)
#E7E8F7
(231,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012AF7 color. Also use rgb(1,42,247) instead hex code.

Text Font Color

.myTextColor { color: #012AF7; }

<p style="color:#012AF7">This sample text font color is #012AF7.</p>

This text font color is #012AF7.


Background Color

.myBgColor { background-color: #012AF7; }

<div style="background-color:#012AF7">Inner text</div>

This div background color is #012AF7.


Border color

.myBorderColor { border: 1px solid #012AF7; }

<div style="border:3px solid #012AF7">Div</div>

This div border color is #012AF7.


Opacity

.myOpacity80 { color: #012AF7; opacity: 0.8; }

<p style="color:#012AF7;opacity:0.8;">80%</p>

Text with #012AF7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #012AF7;}

<p style="text-shadow: 3px 3px 1px #012AF7">Text here.</p>

This text has shadow with #012AF7 color.

.textShadow {text-shadow: 3px 3px 1px #012AF7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #012AF7, 5px 5px 20px red">Text here.</p>

This text has shadow with #012AF7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#012AF7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#012AF7, Direction=45, Strength=4)">Text</p>

This text has shadow with #012AF7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #012AF7;
  -webkit-box-shadow:	1px 1px 3px 2px #012AF7;
  box-shadow:		1px 1px 3px 2px #012AF7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #012AF7;
-webkit-box-shadow: 1px 1px 3px 2px #012AF7;
box-shadow:1px 1px 3px 2px #012AF7;">
Div content here</div>
This div box has shadow with color #012AF7.

Preview

Color preview on black background

This text has color #012AF7 on black background.


Color preview on white background

This text has color #012AF7 on white background.



Black color preview on #012AF7 background

This text has black color on #012AF7 background.


White color preview on #012AF7 background

This text has white color on #012AF7 background.