#105B9D

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

Shades of Cobalt #105B9D

Tints of Cobalt #105B9D

Color information

#105B9D (or 0x105B9D) is unknown color: approx Cobalt. HEX triplet: 10, 5B and 9D. RGB value is (16,91,157). Sum of RGB (Red+Green+Blue) = 16+91+157=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #105B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105B9D is #EFA462. Grayscale: #4B4B4B. Windows color (decimal): -15705187 or 10312464. OLE color: 10312464.

HSL color Cylindrical-coordinate representation of color #105B9D: hue angle of 208.09º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105B9D is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1691157-
CMYK0.900.4200.38
HSL208.09º81.5%33.92%-
HSV(B)208.09º89.81%61.57%-
XYZ10.0410.0333.3-
YUV76.1173.6585.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.06%
GREEN value IS 91 (35.94% from 255) = 34.47%
BLUE value IS 157 (61.72% from 255) = 59.47%
R=6.06%
G=34.47%
B=59.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16911570.900.4200.38208.0981.533.92
Hex105B9D5A2A026d05222
Octal201332351325204632012242
Binary1000010110111001110110110101010100100110110100001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105B9D; }

 p { color: rgb(16,91,157); }

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

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

 a { background-color: rgb(16,91,157); }

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

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

 span { border-color: rgb(16,91,157); }

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