#045595

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

Shades of Dark Cerulean #045595

Tints of Dark Cerulean #045595

Color information

#045595 (or 0x045595) is unknown color: approx Dark Cerulean. HEX triplet: 04, 55 and 95. RGB value is (4,85,149). Sum of RGB (Red+Green+Blue) = 4+85+149=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #045595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045595 is #FBAA6A. Grayscale: #434343. Windows color (decimal): -16493163 or 9786628. OLE color: 9786628.

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

Color convert

RGB485149-
CMYK0.970.4300.42
HSL206.48º94.77%30%-
HSV(B)206.48º97.32%58.43%-
XYZ8.728.6929.65-
YUV68.08173.6682.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.68%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 149 (58.59% from 255) = 62.61%
R=1.68%
G=35.71%
B=62.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4851490.970.4300.42206.4894.7730
Hex45595612B02Ace5f1e
Octal41252251415305231613736
Binary1001010101100101011100001101011010101011001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045595; }

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

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

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

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

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

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

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

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