Html Css Color HEX #117498 Cerulean

📋 copy color: '#117498'

red 17 ◦ green 116 ◦ blue 152

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

Shades of Cerulean #117498

Tints of Cerulean #117498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

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

R = 5.96%
G = 40.7%
B = 53.33%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#117498 (or 0x117498) is known color: Cerulean. HEX triplet: 11, 74 and 98. RGB value is (17,116,152). Sum of RGB (Red+Green+Blue) = 17+116+152=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #117498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117498 is #EE8B67. Grayscale: #5A5A5A. Windows color (decimal): -15633256 or 9991185. OLE color: 9991185.

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

Color convert

RGB 17 116 152 -
CMYK 0.89 0.24 0 0.40
HSL 196º 0.8% 0.33% -
HSV(B) 196º 0.89% 0.6% -
XYZ 12.14 14.88 31.94 -
YUV 90.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 17 116 152 0.89 0.24 0 0.40 196 0.8 0.33
Hex 11 74 98 59 18 0 28 C4 50 21
Octal 21 164 230 131 30 0 50 304 120 41
Binary 10001 1110100 10011000 1011001 11000 0 101000 11000100 1010000 100001

Color Harmonies of #117498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117498

Black with #117498

Text Example


Text Example

White with #117498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117498; }

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

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

background-color css

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

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

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

border-color css

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

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

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