Html Css Color HEX #117198 Cerulean

📋 copy color: '#117198'

red 17 ◦ green 113 ◦ blue 152

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

Shades of Cerulean #117198

Tints of Cerulean #117198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.9%

R = 6.03%
G = 40.07%
B = 53.9%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#117198 (or 0x117198) is known color: Cerulean. HEX triplet: 11, 71 and 98. RGB value is (17,113,152). Sum of RGB (Red+Green+Blue) = 17+113+152=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #117198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117198 is #EE8E67. Grayscale: #585858. Windows color (decimal): -15634024 or 9990417. OLE color: 9990417.

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

Color convert

RGB 17 113 152 -
CMYK 0.89 0.26 0 0.40
HSL 197.33º 0.8% 0.33% -
HSV(B) 197.33º 0.89% 0.6% -
XYZ 11.8 14.2 31.82 -
YUV 88.74 163.7 76.83 -
System Red Green Blue C M Y K H S L
Decimal 17 113 152 0.89 0.26 0 0.40 197.33 0.8 0.33
Hex 11 71 98 59 1A 0 28 C5 50 21
Octal 21 161 230 131 32 0 50 305 120 41
Binary 10001 1110001 10011000 1011001 11010 0 101000 11000101 1010000 100001

Color Harmonies of #117198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117198

Black with #117198

Text Example


Text Example

White with #117198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117198; }

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

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

background-color css

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

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

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

border-color css

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

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

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