Html Css Color HEX #004E72 Dark Cerulean

📋 copy color: '#004E72'

red 0 ◦ green 78 ◦ blue 114

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

Shades of Dark Cerulean #004E72

Tints of Dark Cerulean #004E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 59.38%

R = 0%
G = 40.63%
B = 59.38%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004E72 (or 0x004E72) is known color: Dark Cerulean. HEX triplet: 00, 4E and 72. RGB value is (0,78,114). Sum of RGB (Red+Green+Blue) = 0+78+114=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #004E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E72 is #FFB18D. Grayscale: #3A3A3A. Windows color (decimal): -16757134 or 7491072. OLE color: 7491072.

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

Color convert

RGB 0 78 114 -
CMYK 1 0.32 0 0.55
HSL 198.95º 1% 0.22% -
HSV(B) 198.95º 1% 0.45% -
XYZ 5.76 6.66 16.9 -
YUV 58.78 159.16 86.07 -
System Red Green Blue C M Y K H S L
Decimal 0 78 114 1 0.32 0 0.55 198.95 1 0.22
Hex 0 4E 72 64 20 0 37 C7 64 16
Octal 0 116 162 144 40 0 67 307 144 26
Binary 0 1001110 1110010 1100100 100000 0 110111 11000111 1100100 10110

Color Harmonies of #004E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E72

Black with #004E72

Text Example


Text Example

White with #004E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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