#106F9B

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

Shades of Cerulean #106F9B

Tints of Cerulean #106F9B

Color information

#106F9B (or 0x106F9B) is unknown color: approx Cerulean. HEX triplet: 10, 6F and 9B. RGB value is (16,111,155). Sum of RGB (Red+Green+Blue) = 16+111+155=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #106F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106F9B is #EF9064. Grayscale: #575757. Windows color (decimal): -15700069 or 10186512. OLE color: 10186512.

HSL color Cylindrical-coordinate representation of color #106F9B: hue angle of 198.99º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106F9B is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB16111155-
CMYK0.900.2800.39
HSL198.99º81.29%33.53%-
HSV(B)198.99º89.68%60.78%-
XYZ11.8113.8533.06-
YUV87.61166.0376.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.67%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=5.67%
G=39.36%
B=54.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal161111550.900.2800.39198.9981.2933.53
Hex106F9B5A1C027c75122
Octal201572331323404730712142
Binary100001101111100110111011010111000100111110001111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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