#045095

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

Shades of Dark Cerulean #045095

Tints of Dark Cerulean #045095

Color information

#045095 (or 0x045095) is unknown color: approx Dark Cerulean. HEX triplet: 04, 50 and 95. RGB value is (4,80,149). Sum of RGB (Red+Green+Blue) = 4+80+149=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #045095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045095 is #FBAF6A. Grayscale: #404040. Windows color (decimal): -16494443 or 9785348. OLE color: 9785348.

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

Color convert

RGB480149-
CMYK0.970.4600.42
HSL208.55º94.77%30%-
HSV(B)208.55º97.32%58.43%-
XYZ8.347.9329.53-
YUV65.14175.3284.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=1.72%
G=34.33%
B=63.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4801490.970.4600.42208.5594.7730
Hex45095612E02Ad15f1e
Octal41202251415605232113736
Binary1001010000100101011100001101110010101011010001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045095; }

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

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

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

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

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

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

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

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