#005499

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

Shades of Cobalt #005499

Tints of Cobalt #005499

Color information

#005499 (or 0x005499) is unknown color: approx Cobalt. HEX triplet: 00, 54 and 99. RGB value is (0,84,153). Sum of RGB (Red+Green+Blue) = 0+84+153=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #005499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005499 is #FFAB66. Grayscale: #424242. Windows color (decimal): -16755559 or 10048512. OLE color: 10048512.

HSL color Cylindrical-coordinate representation of color #005499: hue angle of 207.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005499 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB084153-
CMYK10.4500.4
HSL207.06º100%30%-
HSV(B)207.06º100%60%-
XYZ8.928.6431.33-
YUV66.75176.6780.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 153 (60.16% from 255) = 64.56%
R=0%
G=35.44%
B=64.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal08415310.4500.4207.0610030
Hex05499642D028cf641e
Octal01242311445505031714436
Binary01010100100110011100100101101010100011001111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005499; }

 p { color: rgb(0,84,153); }

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

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

 a { background-color: rgb(0,84,153); }

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

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

 span { border-color: rgb(0,84,153); }

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