Html Css Color HEX #004172 Dark Cerulean

📋 copy color: '#004172'

red 0 ◦ green 65 ◦ blue 114

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

Shades of Dark Cerulean #004172

Tints of Dark Cerulean #004172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.31%

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

R = 0%
G = 36.31%
B = 63.69%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004172 (or 0x004172) is known color: Dark Cerulean. HEX triplet: 00, 41 and 72. RGB value is (0,65,114). Sum of RGB (Red+Green+Blue) = 0+65+114=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #004172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004172 is #FFBE8D. Grayscale: #323232. Windows color (decimal): -16760462 or 7487744. OLE color: 7487744.

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

Color convert

RGB 0 65 114 -
CMYK 1 0.43 0 0.55
HSL 205.79º 1% 0.22% -
HSV(B) 205.79º 1% 0.45% -
XYZ 4.93 5 16.62 -
YUV 51.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 0 65 114 1 0.43 0 0.55 205.79 1 0.22
Hex 0 41 72 64 2B 0 37 CE 64 16
Octal 0 101 162 144 53 0 67 316 144 26
Binary 0 1000001 1110010 1100100 101011 0 110111 11001110 1100100 10110

Color Harmonies of #004172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004172

Black with #004172

Text Example


Text Example

White with #004172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004172; }

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

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

background-color css

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

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

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

border-color css

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

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

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