#045D92

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

Shades of Dark Cerulean #045D92

Tints of Dark Cerulean #045D92

Color information

#045D92 (or 0x045D92) is unknown color: approx Dark Cerulean. HEX triplet: 04, 5D and 92. RGB value is (4,93,146). Sum of RGB (Red+Green+Blue) = 4+93+146=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #045D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045D92 is #FBA26D. Grayscale: #484848. Windows color (decimal): -16491118 or 9592068. OLE color: 9592068.

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

Color convert

RGB493146-
CMYK0.970.3600.43
HSL202.39º94.67%29.41%-
HSV(B)202.39º97.26%57.25%-
XYZ9.159.9328.63-
YUV72.43169.5179.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 146 (57.42% from 255) = 60.08%
R=1.65%
G=38.27%
B=60.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4931460.970.3600.43202.3994.6729.41
Hex45D92612402Bca5f1d
Octal41352221414405331213735
Binary1001011101100100101100001100100010101111001010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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