#106796

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

Shades of Cerulean #106796

Tints of Cerulean #106796

Color information

#106796 (or 0x106796) is unknown color: approx Cerulean. HEX triplet: 10, 67 and 96. RGB value is (16,103,150). Sum of RGB (Red+Green+Blue) = 16+103+150=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #106796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106796 is #EF9869. Grayscale: #525252. Windows color (decimal): -15702122 or 9856784. OLE color: 9856784.

HSL color Cylindrical-coordinate representation of color #106796: hue angle of 201.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106796 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB16103150-
CMYK0.890.3100.41
HSL201.04º80.72%32.55%-
HSV(B)201.04º89.33%58.82%-
XYZ10.5712.0130.62-
YUV82.34166.1880.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.95%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 150 (58.98% from 255) = 55.76%
R=5.95%
G=38.29%
B=55.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161031500.890.3100.41201.0480.7232.55
Hex106796591F029c95121
Octal201472261313705131112141
Binary100001100111100101101011001111110101001110010011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106796; }

 p { color: rgb(16,103,150); }

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

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

 a { background-color: rgb(16,103,150); }

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

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

 span { border-color: rgb(16,103,150); }

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