#045C85

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

Shades of Dark Cerulean #045C85

Tints of Dark Cerulean #045C85

Color information

#045C85 (or 0x045C85) is unknown color: approx Dark Cerulean. HEX triplet: 04, 5C and 85. RGB value is (4,92,133). Sum of RGB (Red+Green+Blue) = 4+92+133=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #045C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C85 is #FBA37A. Grayscale: #464646. Windows color (decimal): -16491387 or 8739844. OLE color: 8739844.

HSL color Cylindrical-coordinate representation of color #045C85: hue angle of 199.07º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045C85 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB492133-
CMYK0.970.3100.48
HSL199.07º94.16%26.86%-
HSV(B)199.07º96.99%52.16%-
XYZ8.119.3723.57-
YUV70.36163.3580.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=1.75%
G=40.17%
B=58.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4921330.970.3100.48199.0794.1626.86
Hex45C85611F030c75e1b
Octal41342051413706030713633
Binary100101110010000101110000111111011000011000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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