Html Css Color HEX #004EAB Cobalt

📋 copy color: '#004EAB'

red 0 ◦ green 78 ◦ blue 171

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

Shades of Cobalt #004EAB

Tints of Cobalt #004EAB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 31.33%
B = 68.67%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#004EAB (or 0x004EAB) is known color: Cobalt. HEX triplet: 00, 4E and AB. RGB value is (0,78,171). Sum of RGB (Red+Green+Blue) = 0+78+171=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #004EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004EAB is #FFB154. Grayscale: #404040. Windows color (decimal): -16757077 or 11226624. OLE color: 11226624.

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

Color convert

RGB 0 78 171 -
CMYK 1 0.54 0 0.33
HSL 212.63º 1% 0.34% -
HSV(B) 212.63º 1% 0.67% -
XYZ 10.08 8.39 39.62 -
YUV 65.28 187.66 81.44 -
System Red Green Blue C M Y K H S L
Decimal 0 78 171 1 0.54 0 0.33 212.63 1 0.34
Hex 0 4E AB 64 36 0 21 D5 64 22
Octal 0 116 253 144 66 0 41 325 144 42
Binary 0 1001110 10101011 1100100 110110 0 100001 11010101 1100100 100010

Color Harmonies of #004EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004EAB

Black with #004EAB

Text Example


Text Example

White with #004EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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