#105199

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

Shades of Cobalt #105199

Tints of Cobalt #105199

Color information

#105199 (or 0x105199) is unknown color: approx Cobalt. HEX triplet: 10, 51 and 99. RGB value is (16,81,153). Sum of RGB (Red+Green+Blue) = 16+81+153=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #105199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105199 is #EFAE66. Grayscale: #454545. Windows color (decimal): -15707751 or 10047760. OLE color: 10047760.

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

Color convert

RGB1681153-
CMYK0.900.4700.4
HSL211.53º81.07%33.14%-
HSV(B)211.53º89.54%60%-
XYZ8.918.2931.27-
YUV69.77174.9789.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.4%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=6.4%
G=32.4%
B=61.2%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16811530.900.4700.4211.5381.0733.14
Hex1051995A2F028d45121
Octal201212311325705032412141
Binary1000010100011001100110110101011110101000110101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105199; }

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

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

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

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

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

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

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

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