#055095

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

Shades of Dark Cerulean #055095

Tints of Dark Cerulean #055095

Color information

#055095 (or 0x055095) is unknown color: approx Dark Cerulean. HEX triplet: 05, 50 and 95. RGB value is (5,80,149). Sum of RGB (Red+Green+Blue) = 5+80+149=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #055095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055095 is #FAAF6A. Grayscale: #414141. Windows color (decimal): -16428907 or 9785349. OLE color: 9785349.

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

Color convert

RGB580149-
CMYK0.970.4600.42
HSL208.75º93.51%30.2%-
HSV(B)208.75º96.64%58.43%-
XYZ8.367.9429.53-
YUV65.44175.1584.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 149 (58.59% from 255) = 63.68%
R=2.14%
G=34.19%
B=63.68%

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
Decimal5801490.970.4600.42208.7593.5130.2
Hex55095612E02Ad15e1e
Octal51202251415605232113636
Binary1011010000100101011100001101110010101011010001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055095; }

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

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

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

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

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

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

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

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