#106CA5

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

Shades of Cerulean #106CA5

Tints of Cerulean #106CA5

Color information

#106CA5 (or 0x106CA5) is unknown color: approx Cerulean. HEX triplet: 10, 6C and A5. RGB value is (16,108,165). Sum of RGB (Red+Green+Blue) = 16+108+165=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #106CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106CA5 is #EF935A. Grayscale: #565656. Windows color (decimal): -15700827 or 10841104. OLE color: 10841104.

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

Color convert

RGB16108165-
CMYK0.900.3500.35
HSL202.95º82.32%35.49%-
HSV(B)202.95º90.3%64.71%-
XYZ12.3713.5537.56-
YUV86.99172.0277.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.54%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 165 (64.84% from 255) = 57.09%
R=5.54%
G=37.37%
B=57.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161081650.900.3500.35202.9582.3235.49
Hex106CA55A23023cb5223
Octal201542451324304331312243
Binary1000011011001010010110110101000110100011110010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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