#015299

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

Shades of Cobalt #015299

Tints of Cobalt #015299

Color information

#015299 (or 0x015299) is unknown color: approx Cobalt. HEX triplet: 01, 52 and 99. RGB value is (1,82,153). Sum of RGB (Red+Green+Blue) = 1+82+153=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #015299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015299 is #FEAD66. Grayscale: #414141. Windows color (decimal): -16690535 or 10048001. OLE color: 10048001.

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

Color convert

RGB182153-
CMYK0.990.4600.4
HSL208.03º98.7%30.2%-
HSV(B)208.03º99.35%60%-
XYZ8.788.3431.28-
YUV65.88177.1681.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 153 (60.16% from 255) = 64.83%
R=0.42%
G=34.75%
B=64.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1821530.990.4600.4208.0398.730.2
Hex15299632E028d0631e
Octal11222311435605032014336
Binary11010010100110011100011101110010100011010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015299; }

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

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

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

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

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

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

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

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