#045178

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

Shades of Dark Cerulean #045178

Tints of Dark Cerulean #045178

Color information

#045178 (or 0x045178) is unknown color: approx Dark Cerulean. HEX triplet: 04, 51 and 78. RGB value is (4,81,120). Sum of RGB (Red+Green+Blue) = 4+81+120=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #045178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045178 is #FBAE87. Grayscale: #3E3E3E. Windows color (decimal): -16494216 or 7885060. OLE color: 7885060.

HSL color Cylindrical-coordinate representation of color #045178: hue angle of 200.17º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045178 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB481120-
CMYK0.970.3200.53
HSL200.17º93.55%24.31%-
HSV(B)200.17º96.67%47.06%-
XYZ6.387.2718.84-
YUV62.42160.4986.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 120 (47.27% from 255) = 58.54%
R=1.95%
G=39.51%
B=58.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4811200.970.3200.53200.1793.5524.31
Hex451786120035c85e18
Octal41211701414006531013630
Binary100101000111110001100001100000011010111001000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045178; }

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

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

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

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

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

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

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

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