#106F95

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

Shades of Cerulean #106F95

Tints of Cerulean #106F95

Color information

#106F95 (or 0x106F95) is unknown color: approx Cerulean. HEX triplet: 10, 6F and 95. RGB value is (16,111,149). Sum of RGB (Red+Green+Blue) = 16+111+149=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #106F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106F95 is #EF906A. Grayscale: #565656. Windows color (decimal): -15700075 or 9793296. OLE color: 9793296.

HSL color Cylindrical-coordinate representation of color #106F95: hue angle of 197.14º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106F95 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB16111149-
CMYK0.890.2600.42
HSL197.14º80.61%32.35%-
HSV(B)197.14º89.26%58.43%-
XYZ11.3213.6530.47-
YUV86.93163.0377.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=5.80%
G=40.22%
B=53.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161111490.890.2600.42197.1480.6132.35
Hex106F95591A02Ac55120
Octal201572251313205230512140
Binary100001101111100101011011001110100101010110001011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,111,149); }

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

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

 a { background-color: rgb(16,111,149); }

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

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

 span { border-color: rgb(16,111,149); }

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