Html Css Color HEX #004EAC Cobalt

📋 copy color: '#004EAC'

red 0 ◦ green 78 ◦ blue 172

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

Shades of Cobalt #004EAC

Tints of Cobalt #004EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 0%
G = 31.2%
B = 68.8%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#004EAC (or 0x004EAC) is known color: Cobalt. HEX triplet: 00, 4E and AC. RGB value is (0,78,172). Sum of RGB (Red+Green+Blue) = 0+78+172=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #004EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004EAC is #FFB153. Grayscale: #404040. Windows color (decimal): -16757076 or 11292160. OLE color: 11292160.

HSL color Cylindrical-coordinate representation of color #004EAC: hue angle of 212.79º 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 #004EAC is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 78 172 -
CMYK 1 0.55 0 0.33
HSL 212.79º 1% 0.34% -
HSV(B) 212.79º 1% 0.67% -
XYZ 10.17 8.43 40.12 -
YUV 65.39 188.16 81.36 -
System Red Green Blue C M Y K H S L
Decimal 0 78 172 1 0.55 0 0.33 212.79 1 0.34
Hex 0 4E AC 64 37 0 21 D5 64 22
Octal 0 116 254 144 67 0 41 325 144 42
Binary 0 1001110 10101100 1100100 110111 0 100001 11010101 1100100 100010

Color Harmonies of #004EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004EAC

Black with #004EAC

Text Example


Text Example

White with #004EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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