#116797

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

Shades of Cerulean #116797

Tints of Cerulean #116797

Color information

#116797 (or 0x116797) is unknown color: approx Cerulean. HEX triplet: 11, 67 and 97. RGB value is (17,103,151). Sum of RGB (Red+Green+Blue) = 17+103+151=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #116797 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116797 is #EE9868. Grayscale: #525252. Windows color (decimal): -15636585 or 9922321. OLE color: 9922321.

HSL color Cylindrical-coordinate representation of color #116797: hue angle of 201.49º degrees, saturation: 0.8, 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 #116797 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB17103151-
CMYK0.890.3200.41
HSL201.49º79.76%32.94%-
HSV(B)201.49º88.74%59.22%-
XYZ10.6712.0531.04-
YUV82.76166.5181.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.27%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 151 (59.38% from 255) = 55.72%
R=6.27%
G=38.01%
B=55.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171031510.890.3200.41201.4979.7632.94
Hex1167975920029c95021
Octal211472271314005131112041
Binary1000111001111001011110110011000000101001110010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116797; }

 p { color: rgb(17,103,151); }

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

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

 a { background-color: rgb(17,103,151); }

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

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

 span { border-color: rgb(17,103,151); }

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