Html Css Color HEX #004C72 Dark Cerulean

📋 copy color: '#004C72'

red 0 ◦ green 76 ◦ blue 114

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

Shades of Dark Cerulean #004C72

Tints of Dark Cerulean #004C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40%

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

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004C72 (or 0x004C72) is known color: Dark Cerulean. HEX triplet: 00, 4C and 72. RGB value is (0,76,114). Sum of RGB (Red+Green+Blue) = 0+76+114=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #004C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C72 is #FFB38D. Grayscale: #393939. Windows color (decimal): -16757646 or 7490560. OLE color: 7490560.

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

Color convert

RGB 0 76 114 -
CMYK 1 0.33 0 0.55
HSL 200º 1% 0.22% -
HSV(B) 200º 1% 0.45% -
XYZ 5.62 6.38 16.86 -
YUV 57.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 0 76 114 1 0.33 0 0.55 200 1 0.22
Hex 0 4C 72 64 21 0 37 C8 64 16
Octal 0 114 162 144 41 0 67 310 144 26
Binary 0 1001100 1110010 1100100 100001 0 110111 11001000 1100100 10110

Color Harmonies of #004C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C72

Black with #004C72

Text Example


Text Example

White with #004C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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