#045795

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

Shades of Dark Cerulean #045795

Tints of Dark Cerulean #045795

Color information

#045795 (or 0x045795) is unknown color: approx Dark Cerulean. HEX triplet: 04, 57 and 95. RGB value is (4,87,149). Sum of RGB (Red+Green+Blue) = 4+87+149=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #045795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045795 is #FBA86A. Grayscale: #444444. Windows color (decimal): -16492651 or 9787140. OLE color: 9787140.

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

Color convert

RGB487149-
CMYK0.970.4200.42
HSL205.66º94.77%30%-
HSV(B)205.66º97.32%58.43%-
XYZ8.889.0129.71-
YUV69.2517381.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 149 (58.59% from 255) = 62.08%
R=1.67%
G=36.25%
B=62.08%

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
Decimal4871490.970.4200.42205.6694.7730
Hex45795612A02Ace5f1e
Octal41272251415205231613736
Binary1001010111100101011100001101010010101011001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045795; }

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

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

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

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

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

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

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

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