#045173

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

Shades of Dark Cerulean #045173

Tints of Dark Cerulean #045173

Color information

#045173 (or 0x045173) is unknown color: approx Dark Cerulean. HEX triplet: 04, 51 and 73. RGB value is (4,81,115). Sum of RGB (Red+Green+Blue) = 4+81+115=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #045173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045173 is #FBAE8C. Grayscale: #3D3D3D. Windows color (decimal): -16494221 or 7557380. OLE color: 7557380.

HSL color Cylindrical-coordinate representation of color #045173: hue angle of 198.38º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045173 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB481115-
CMYK0.970.3000.55
HSL198.38º93.28%23.33%-
HSV(B)198.38º96.52%45.1%-
XYZ6.097.1517.28-
YUV61.85157.9986.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 115 (45.31% from 255) = 57.5%
R=2%
G=40.5%
B=57.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4811150.970.3000.55198.3893.2823.33
Hex45173611E037c65d17
Octal41211631413606730613527
Binary10010100011110011110000111110011011111000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045173; }

 p { color: rgb(4,81,115); }

 H1.HeaderClassName
 {
   color: #045173;
 }
 .AnyTagClassName
 {
   color: #045173;
 }
</style>
background-color css

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

 a { background-color: rgb(4,81,115); }

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

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

 span { border-color: rgb(4,81,115); }

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