Html Css Color HEX #117199 Cerulean

📋 copy color: '#117199'

red 17 ◦ green 113 ◦ blue 153

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

Shades of Cerulean #117199

Tints of Cerulean #117199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.06%

R = 6.01%
G = 39.93%
B = 54.06%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#117199 (or 0x117199) is known color: Cerulean. HEX triplet: 11, 71 and 99. RGB value is (17,113,153). Sum of RGB (Red+Green+Blue) = 17+113+153=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #117199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117199 is #EE8E66. Grayscale: #585858. Windows color (decimal): -15634023 or 10055953. OLE color: 10055953.

HSL color Cylindrical-coordinate representation of color #117199: hue angle of 197.65º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117199 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 113 153 -
CMYK 0.89 0.26 0 0.4
HSL 197.65º 0.8% 0.33% -
HSV(B) 197.65º 0.89% 0.6% -
XYZ 11.89 14.23 32.26 -
YUV 88.86 164.2 76.75 -
System Red Green Blue C M Y K H S L
Decimal 17 113 153 0.89 0.26 0 0.4 197.65 0.8 0.33
Hex 11 71 99 59 1A 0 28 C6 50 21
Octal 21 161 231 131 32 0 50 306 120 41
Binary 10001 1110001 10011001 1011001 11010 0 101000 11000110 1010000 100001

Color Harmonies of #117199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117199

Black with #117199

Text Example


Text Example

White with #117199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117199; }

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

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

background-color css

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

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

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

border-color css

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

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

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