#045C92

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

Shades of Dark Cerulean #045C92

Tints of Dark Cerulean #045C92

Color information

#045C92 (or 0x045C92) is unknown color: approx Dark Cerulean. HEX triplet: 04, 5C and 92. RGB value is (4,92,146). Sum of RGB (Red+Green+Blue) = 4+92+146=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #045C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C92 is #FBA36D. Grayscale: #474747. Windows color (decimal): -16491374 or 9591812. OLE color: 9591812.

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

Color convert

RGB492146-
CMYK0.970.3700.43
HSL202.82º94.67%29.41%-
HSV(B)202.82º97.26%57.25%-
XYZ9.079.7628.6-
YUV71.84169.8579.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=1.65%
G=38.02%
B=60.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4921460.970.3700.43202.8294.6729.41
Hex45C92612502Bcb5f1d
Octal41342221414505331313735
Binary1001011100100100101100001100101010101111001011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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