Html Css Color HEX #117197 Cerulean

📋 copy color: '#117197'

red 17 ◦ green 113 ◦ blue 151

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

Shades of Cerulean #117197

Tints of Cerulean #117197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

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

R = 6.05%
G = 40.21%
B = 53.74%

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

#117197 (or 0x117197) is known color: Cerulean. HEX triplet: 11, 71 and 97. RGB value is (17,113,151). Sum of RGB (Red+Green+Blue) = 17+113+151=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #117197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117197 is #EE8E68. Grayscale: #585858. Windows color (decimal): -15634025 or 9924881. OLE color: 9924881.

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

Color convert

RGB 17 113 151 -
CMYK 0.89 0.25 0 0.41
HSL 197.01º 0.8% 0.33% -
HSV(B) 197.01º 0.89% 0.59% -
XYZ 11.72 14.16 31.39 -
YUV 88.63 163.2 76.91 -
System Red Green Blue C M Y K H S L
Decimal 17 113 151 0.89 0.25 0 0.41 197.01 0.8 0.33
Hex 11 71 97 59 19 0 29 C5 50 21
Octal 21 161 227 131 31 0 51 305 120 41
Binary 10001 1110001 10010111 1011001 11001 0 101001 11000101 1010000 100001

Color Harmonies of #117197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117197

Black with #117197

Text Example


Text Example

White with #117197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117197; }

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

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

background-color css

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

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

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

border-color css

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

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

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