Html Css Color HEX #014EAB Cobalt

📋 copy color: '#014EAB'

red 1 ◦ green 78 ◦ blue 171

#014EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #014EAB

Tints of Cobalt #014EAB

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 78 (30.86% from 255) = 31.2%

 BLUE value IS 171 (67.19% from 255) = 68.4%

R = 0.4%
G = 31.2%
B = 68.4%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#014EAB (or 0x014EAB) is known color: Cobalt. HEX triplet: 01, 4E and AB. RGB value is (1,78,171). Sum of RGB (Red+Green+Blue) = 1+78+171=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #014EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014EAB is #FEB154. Grayscale: #414141. Windows color (decimal): -16691541 or 11226625. OLE color: 11226625.

HSL color Cylindrical-coordinate representation of color #014EAB: hue angle of 212.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014EAB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 78 171 -
CMYK 0.99 0.54 0 0.33
HSL 212.82º 0.99% 0.34% -
HSV(B) 212.82º 0.99% 0.67% -
XYZ 10.09 8.4 39.62 -
YUV 65.58 187.49 81.94 -
System Red Green Blue C M Y K H S L
Decimal 1 78 171 0.99 0.54 0 0.33 212.82 0.99 0.34
Hex 1 4E AB 63 36 0 21 D5 63 22
Octal 1 116 253 143 66 0 41 325 143 42
Binary 1 1001110 10101011 1100011 110110 0 100001 11010101 1100011 100010

Color Harmonies of #014EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EAB

Black with #014EAB

Text Example


Text Example

White with #014EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014EAB; }

 p { color: rgb(1,78,171); }

 H1.HeaderClassName
 {
   color: #014EAB;
 }
 .AnyTagClassName
 {
   color: #014EAB;
 }
</style>

background-color css

<style>
 a { background-color: #014EAB; }

 a { background-color: rgb(1,78,171); }

 div.DivClassName
 {
   background-color: #014EAB;
 }
 .BgClassName
 {
   background-color: #014EAB;
 }
</style>

border-color css

<style>
 span { border-color: #014EAB; }

 span { border-color: rgb(1,78,171); }

 td.TdClassName
 {
   border-color: #014EAB;
 }
 .TagClassName
 {
   border-color: #014EAB;
 }
</style>