#005299

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

Shades of Cobalt #005299

Tints of Cobalt #005299

Color information

#005299 (or 0x005299) is unknown color: approx Cobalt. HEX triplet: 00, 52 and 99. RGB value is (0,82,153). Sum of RGB (Red+Green+Blue) = 0+82+153=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #005299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005299 is #FFAD66. Grayscale: #414141. Windows color (decimal): -16756071 or 10048000. OLE color: 10048000.

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

Color convert

RGB082153-
CMYK10.4600.4
HSL207.84º100%30%-
HSV(B)207.84º100%60%-
XYZ8.778.3331.28-
YUV65.58177.3381.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 153 (60.16% from 255) = 65.11%
R=0%
G=34.89%
B=65.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal08215310.4600.4207.8410030
Hex05299642E028d0641e
Octal01222311445605032014436
Binary01010010100110011100100101110010100011010000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005299; }

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

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

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

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

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

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

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

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