Html Css Color HEX #004EAE Cobalt

📋 copy color: '#004EAE'

red 0 ◦ green 78 ◦ blue 174

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

Shades of Cobalt #004EAE

Tints of Cobalt #004EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.05%

R = 0%
G = 30.95%
B = 69.05%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#004EAE (or 0x004EAE) is known color: Cobalt. HEX triplet: 00, 4E and AE. RGB value is (0,78,174). Sum of RGB (Red+Green+Blue) = 0+78+174=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #004EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004EAE is #FFB151. Grayscale: #414141. Windows color (decimal): -16757074 or 11423232. OLE color: 11423232.

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

Color convert

RGB 0 78 174 -
CMYK 1 0.55 0 0.32
HSL 213.1º 1% 0.34% -
HSV(B) 213.1º 1% 0.68% -
XYZ 10.36 8.5 41.14 -
YUV 65.62 189.16 81.19 -
System Red Green Blue C M Y K H S L
Decimal 0 78 174 1 0.55 0 0.32 213.1 1 0.34
Hex 0 4E AE 64 37 0 20 D5 64 22
Octal 0 116 256 144 67 0 40 325 144 42
Binary 0 1001110 10101110 1100100 110111 0 100000 11010101 1100100 100010

Color Harmonies of #004EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004EAE

Black with #004EAE

Text Example


Text Example

White with #004EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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