#005591

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

Shades of Dark Cerulean #005591

Tints of Dark Cerulean #005591

Color information

#005591 (or 0x005591) is unknown color: approx Dark Cerulean. HEX triplet: 00, 55 and 91. RGB value is (0,85,145). Sum of RGB (Red+Green+Blue) = 0+85+145=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #005591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005591 is #FFAA6E. Grayscale: #424242. Windows color (decimal): -16755311 or 9524480. OLE color: 9524480.

HSL color Cylindrical-coordinate representation of color #005591: hue angle of 204.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005591 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB085145-
CMYK10.4100.43
HSL204.83º100%28.43%-
HSV(B)204.83º100%56.86%-
XYZ8.368.5428-
YUV66.42172.3480.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 145 (57.03% from 255) = 63.04%
R=0%
G=36.96%
B=63.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal08514510.4100.43204.8310028.43
Hex05591642902Bcd641c
Octal01252211445105331514434
Binary01010101100100011100100101001010101111001101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005591; }

 p { color: rgb(0,85,145); }

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

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

 a { background-color: rgb(0,85,145); }

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

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

 span { border-color: rgb(0,85,145); }

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