Html Css Color HEX #117396 Cerulean

📋 copy color: '#117396'

red 17 ◦ green 115 ◦ blue 150

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

Shades of Cerulean #117396

Tints of Cerulean #117396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.78%

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

R = 6.03%
G = 40.78%
B = 53.19%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#117396 (or 0x117396) is known color: Cerulean. HEX triplet: 11, 73 and 96. RGB value is (17,115,150). Sum of RGB (Red+Green+Blue) = 17+115+150=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #117396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117396 is #EE8C69. Grayscale: #595959. Windows color (decimal): -15633514 or 9859857. OLE color: 9859857.

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

Color convert

RGB 17 115 150 -
CMYK 0.89 0.23 0 0.41
HSL 195.79º 0.8% 0.33% -
HSV(B) 195.79º 0.89% 0.59% -
XYZ 11.87 14.58 31.04 -
YUV 89.69 162.03 76.15 -
System Red Green Blue C M Y K H S L
Decimal 17 115 150 0.89 0.23 0 0.41 195.79 0.8 0.33
Hex 11 73 96 59 17 0 29 C4 50 21
Octal 21 163 226 131 27 0 51 304 120 41
Binary 10001 1110011 10010110 1011001 10111 0 101001 11000100 1010000 100001

Color Harmonies of #117396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117396

Black with #117396

Text Example


Text Example

White with #117396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117396; }

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

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

background-color css

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

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

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

border-color css

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

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

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