#004172

Color #004172 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #004172

Tints of Dark Cerulean #004172

Color information

#004172 (or 0x004172) is unknown color: approx 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

RGB065114-
CMYK10.4300.55
HSL205.79º100%22.35%-
HSV(B)205.79º100%44.71%-
XYZ4.93516.62-
YUV51.15163.4791.52-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal06511410.4300.55205.7910022.35
Hex04172642B037ce6416
Octal01011621445306731614426
Binary0100000111100101100100101011011011111001110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>