#045C8E

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

Shades of Dark Cerulean #045C8E

Tints of Dark Cerulean #045C8E

Color information

#045C8E (or 0x045C8E) is unknown color: approx Dark Cerulean. HEX triplet: 04, 5C and 8E. RGB value is (4,92,142). Sum of RGB (Red+Green+Blue) = 4+92+142=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #045C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C8E is #FBA371. Grayscale: #474747. Windows color (decimal): -16491378 or 9329668. OLE color: 9329668.

HSL color Cylindrical-coordinate representation of color #045C8E: hue angle of 201.74º 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 #045C8E is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB492142-
CMYK0.970.3500.44
HSL201.74º94.52%28.63%-
HSV(B)201.74º97.18%55.69%-
XYZ8.769.6326.99-
YUV71.39167.8579.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.68%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=1.68%
G=38.66%
B=59.66%

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
Decimal4921420.970.3500.44201.7494.5228.63
Hex45C8E612302Cca5f1d
Octal41342161414305431213735
Binary1001011100100011101100001100011010110011001010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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