Html Css Color HEX #117096 Cerulean

📋 copy color: '#117096'

red 17 ◦ green 112 ◦ blue 150

#117096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #117096

Tints of Cerulean #117096

RGB

 RED value IS 17 (7.03% from 255) = 6.09%

 GREEN value IS 112 (44.14% from 255) = 40.14%

 BLUE value IS 150 (58.98% from 255) = 53.76%

R = 6.09%
G = 40.14%
B = 53.76%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#117096 (or 0x117096) is known color: Cerulean. HEX triplet: 11, 70 and 96. RGB value is (17,112,150). Sum of RGB (Red+Green+Blue) = 17+112+150=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #117096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117096 is #EE8F69. Grayscale: #575757. Windows color (decimal): -15634282 or 9859089. OLE color: 9859089.

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

Color convert

RGB 17 112 150 -
CMYK 0.89 0.25 0 0.41
HSL 197.14º 0.8% 0.33% -
HSV(B) 197.14º 0.89% 0.59% -
XYZ 11.53 13.91 30.93 -
YUV 87.93 163.03 77.41 -
System Red Green Blue C M Y K H S L
Decimal 17 112 150 0.89 0.25 0 0.41 197.14 0.8 0.33
Hex 11 70 96 59 19 0 29 C5 50 21
Octal 21 160 226 131 31 0 51 305 120 41
Binary 10001 1110000 10010110 1011001 11001 0 101001 11000101 1010000 100001

Color Harmonies of #117096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117096

Black with #117096

Text Example


Text Example

White with #117096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117096; }

 p { color: rgb(17,112,150); }

 H1.HeaderClassName
 {
   color: #117096;
 }
 .AnyTagClassName
 {
   color: #117096;
 }
</style>

background-color css

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

 a { background-color: rgb(17,112,150); }

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

border-color css

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

 span { border-color: rgb(17,112,150); }

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