#045D8E

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

Shades of Dark Cerulean #045D8E

Tints of Dark Cerulean #045D8E

Color information

#045D8E (or 0x045D8E) is unknown color: approx Dark Cerulean. HEX triplet: 04, 5D and 8E. RGB value is (4,93,142). Sum of RGB (Red+Green+Blue) = 4+93+142=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #045D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045D8E is #FBA271. Grayscale: #474747. Windows color (decimal): -16491122 or 9329924. OLE color: 9329924.

HSL color Cylindrical-coordinate representation of color #045D8E: hue angle of 201.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045D8E is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB493142-
CMYK0.970.3500.44
HSL201.3º94.52%28.63%-
HSV(B)201.3º97.18%55.69%-
XYZ8.859.8127.02-
YUV71.97167.5179.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 142 (55.86% from 255) = 59.41%
R=1.67%
G=38.91%
B=59.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4931420.970.3500.44201.394.5228.63
Hex45D8E612302Cc95f1d
Octal41352161414305431113735
Binary1001011101100011101100001100011010110011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045D8E; }

 p { color: rgb(4,93,142); }

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

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

 a { background-color: rgb(4,93,142); }

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

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

 span { border-color: rgb(4,93,142); }

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