Html Css Color HEX #117297 Cerulean

📋 copy color: '#117297'

red 17 ◦ green 114 ◦ blue 151

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

Shades of Cerulean #117297

Tints of Cerulean #117297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 6.03%
G = 40.43%
B = 53.55%

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

#117297 (or 0x117297) is known color: Cerulean. HEX triplet: 11, 72 and 97. RGB value is (17,114,151). Sum of RGB (Red+Green+Blue) = 17+114+151=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #117297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117297 is #EE8D68. Grayscale: #585858. Windows color (decimal): -15633769 or 9925137. OLE color: 9925137.

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

Color convert

RGB 17 114 151 -
CMYK 0.89 0.25 0 0.41
HSL 196.57º 0.8% 0.33% -
HSV(B) 196.57º 0.89% 0.59% -
XYZ 11.83 14.39 31.43 -
YUV 89.22 162.86 76.49 -
System Red Green Blue C M Y K H S L
Decimal 17 114 151 0.89 0.25 0 0.41 196.57 0.8 0.33
Hex 11 72 97 59 19 0 29 C5 50 21
Octal 21 162 227 131 31 0 51 305 120 41
Binary 10001 1110010 10010111 1011001 11001 0 101001 11000101 1010000 100001

Color Harmonies of #117297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117297

Black with #117297

Text Example


Text Example

White with #117297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117297; }

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

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

background-color css

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

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

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

border-color css

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

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

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