Html Css Color HEX #004372 Dark Cerulean

📋 copy color: '#004372'

red 0 ◦ green 67 ◦ blue 114

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

Shades of Dark Cerulean #004372

Tints of Dark Cerulean #004372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.02%

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

R = 0%
G = 37.02%
B = 62.98%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004372 (or 0x004372) is known color: Dark Cerulean. HEX triplet: 00, 43 and 72. RGB value is (0,67,114). Sum of RGB (Red+Green+Blue) = 0+67+114=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #004372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004372 is #FFBC8D. Grayscale: #343434. Windows color (decimal): -16759950 or 7488256. OLE color: 7488256.

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

Color convert

RGB 0 67 114 -
CMYK 1 0.41 0 0.55
HSL 204.74º 1% 0.22% -
HSV(B) 204.74º 1% 0.45% -
XYZ 5.04 5.23 16.66 -
YUV 52.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 0 67 114 1 0.41 0 0.55 204.74 1 0.22
Hex 0 43 72 64 29 0 37 CD 64 16
Octal 0 103 162 144 51 0 67 315 144 26
Binary 0 1000011 1110010 1100100 101001 0 110111 11001101 1100100 10110

Color Harmonies of #004372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004372

Black with #004372

Text Example


Text Example

White with #004372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004372; }

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

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

background-color css

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

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

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

border-color css

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

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

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