Html Css Color HEX #117099 Cerulean

📋 copy color: '#117099'

red 17 ◦ green 112 ◦ blue 153

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

Shades of Cerulean #117099

Tints of Cerulean #117099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

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

R = 6.03%
G = 39.72%
B = 54.26%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#117099 (or 0x117099) is known color: Cerulean. HEX triplet: 11, 70 and 99. RGB value is (17,112,153). Sum of RGB (Red+Green+Blue) = 17+112+153=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #117099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117099 is #EE8F66. Grayscale: #585858. Windows color (decimal): -15634279 or 10055697. OLE color: 10055697.

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

Color convert

RGB 17 112 153 -
CMYK 0.89 0.27 0 0.4
HSL 198.09º 0.8% 0.33% -
HSV(B) 198.09º 0.89% 0.6% -
XYZ 11.78 14.01 32.22 -
YUV 88.27 164.53 77.17 -
System Red Green Blue C M Y K H S L
Decimal 17 112 153 0.89 0.27 0 0.4 198.09 0.8 0.33
Hex 11 70 99 59 1B 0 28 C6 50 21
Octal 21 160 231 131 33 0 50 306 120 41
Binary 10001 1110000 10011001 1011001 11011 0 101000 11000110 1010000 100001

Color Harmonies of #117099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117099

Black with #117099

Text Example


Text Example

White with #117099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117099; }

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

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

background-color css

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

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

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

border-color css

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

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

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