#106AA5

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

Shades of Cerulean #106AA5

Tints of Cerulean #106AA5

Color information

#106AA5 (or 0x106AA5) is unknown color: approx Cerulean. HEX triplet: 10, 6A and A5. RGB value is (16,106,165). Sum of RGB (Red+Green+Blue) = 16+106+165=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 165 (64.84% from 255 or 57.49% from 287); Max value from RGB is 165 - color contains mainly: blue. Hex color #106AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106AA5 is #EF955A. Grayscale: #555555. Windows color (decimal): -15701339 or 10840592. OLE color: 10840592.

HSL color Cylindrical-coordinate representation of color #106AA5: hue angle of 203.76º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106AA5 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16106165-
CMYK0.900.3600.35
HSL203.76º82.32%35.49%-
HSV(B)203.76º90.3%64.71%-
XYZ12.1613.1337.49-
YUV85.82172.6878.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.57%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 165 (64.84% from 255) = 57.49%
R=5.57%
G=36.93%
B=57.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161061650.900.3600.35203.7682.3235.49
Hex106AA55A24023cc5223
Octal201522451324404331412243
Binary1000011010101010010110110101001000100011110011001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106AA5; }

 p { color: rgb(16,106,165); }

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

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

 a { background-color: rgb(16,106,165); }

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

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

 span { border-color: rgb(16,106,165); }

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