#105AA1

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

Shades of Cobalt #105AA1

Tints of Cobalt #105AA1

Color information

#105AA1 (or 0x105AA1) is unknown color: approx Cobalt. HEX triplet: 10, 5A and A1. RGB value is (16,90,161). Sum of RGB (Red+Green+Blue) = 16+90+161=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 161 (63.28% from 255 or 60.30% from 267); Max value from RGB is 161 - color contains mainly: blue. Hex color #105AA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105AA1 is #EFA55E. Grayscale: #4B4B4B. Windows color (decimal): -15705439 or 10574352. OLE color: 10574352.

HSL color Cylindrical-coordinate representation of color #105AA1: hue angle of 209.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105AA1 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1690161-
CMYK0.900.4400.37
HSL209.38º81.92%34.71%-
HSV(B)209.38º90.06%63.14%-
XYZ10.31035.1-
YUV75.97175.9885.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 161 (63.28% from 255) = 60.30%
R=5.99%
G=33.71%
B=60.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16901610.900.4400.37209.3881.9234.71
Hex105AA15A2C025d15223
Octal201322411325404532112243
Binary1000010110101010000110110101011000100101110100011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,90,161); }

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

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

 a { background-color: rgb(16,90,161); }

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

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

 span { border-color: rgb(16,90,161); }

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