#105299

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

Shades of Cobalt #105299

Tints of Cobalt #105299

Color information

#105299 (or 0x105299) is unknown color: approx Cobalt. HEX triplet: 10, 52 and 99. RGB value is (16,82,153). Sum of RGB (Red+Green+Blue) = 16+82+153=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #105299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105299 is #EFAD66. Grayscale: #464646. Windows color (decimal): -15707495 or 10048016. OLE color: 10048016.

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

Color convert

RGB1682153-
CMYK0.900.4600.4
HSL211.09º81.07%33.14%-
HSV(B)211.09º89.54%60%-
XYZ8.988.4431.29-
YUV70.36174.6389.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 153 (60.16% from 255) = 60.96%
R=6.37%
G=32.67%
B=60.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16821530.900.4600.4211.0981.0733.14
Hex1052995A2E028d35121
Octal201222311325605032312141
Binary1000010100101001100110110101011100101000110100111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105299; }

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

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

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

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

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

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

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

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