#105599

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

Shades of Cobalt #105599

Tints of Cobalt #105599

Color information

#105599 (or 0x105599) is unknown color: approx Cobalt. HEX triplet: 10, 55 and 99. RGB value is (16,85,153). Sum of RGB (Red+Green+Blue) = 16+85+153=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #105599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105599 is #EFAA66. Grayscale: #474747. Windows color (decimal): -15706727 or 10048784. OLE color: 10048784.

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

Color convert

RGB1685153-
CMYK0.900.4400.4
HSL209.78º81.07%33.14%-
HSV(B)209.78º89.54%60%-
XYZ9.218.9131.37-
YUV72.12173.6487.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=6.30%
G=33.46%
B=60.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16851530.900.4400.4209.7881.0733.14
Hex1055995A2C028d25121
Octal201252311325405032212141
Binary1000010101011001100110110101011000101000110100101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105599; }

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

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

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

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

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

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

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

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