#045593

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

Shades of Dark Cerulean #045593

Tints of Dark Cerulean #045593

Color information

#045593 (or 0x045593) is unknown color: approx Dark Cerulean. HEX triplet: 04, 55 and 93. RGB value is (4,85,147). Sum of RGB (Red+Green+Blue) = 4+85+147=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #045593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045593 is #FBAA6C. Grayscale: #434343. Windows color (decimal): -16493165 or 9655556. OLE color: 9655556.

HSL color Cylindrical-coordinate representation of color #045593: hue angle of 206.01º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045593 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB485147-
CMYK0.970.4200.42
HSL206.01º94.7%29.61%-
HSV(B)206.01º97.28%57.65%-
XYZ8.578.6328.82-
YUV67.85172.6682.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 147 (57.81% from 255) = 62.29%
R=1.69%
G=36.02%
B=62.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4851470.970.4200.42206.0194.729.61
Hex45593612A02Ace5f1e
Octal41252231415205231613736
Binary1001010101100100111100001101010010101011001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045593; }

 p { color: rgb(4,85,147); }

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

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

 a { background-color: rgb(4,85,147); }

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

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

 span { border-color: rgb(4,85,147); }

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