Html Css Color HEX #117399 Cerulean

📋 copy color: '#117399'

red 17 ◦ green 115 ◦ blue 153

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

Shades of Cerulean #117399

Tints of Cerulean #117399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

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

R = 5.96%
G = 40.35%
B = 53.68%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#117399 (or 0x117399) is known color: Cerulean. HEX triplet: 11, 73 and 99. RGB value is (17,115,153). Sum of RGB (Red+Green+Blue) = 17+115+153=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #117399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117399 is #EE8C66. Grayscale: #595959. Windows color (decimal): -15633511 or 10056465. OLE color: 10056465.

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

Color convert

RGB 17 115 153 -
CMYK 0.89 0.25 0 0.4
HSL 196.76º 0.8% 0.33% -
HSV(B) 196.76º 0.89% 0.6% -
XYZ 12.11 14.68 32.33 -
YUV 90.03 163.53 75.91 -
System Red Green Blue C M Y K H S L
Decimal 17 115 153 0.89 0.25 0 0.4 196.76 0.8 0.33
Hex 11 73 99 59 19 0 28 C5 50 21
Octal 21 163 231 131 31 0 50 305 120 41
Binary 10001 1110011 10011001 1011001 11001 0 101000 11000101 1010000 100001

Color Harmonies of #117399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117399

Black with #117399

Text Example


Text Example

White with #117399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117399; }

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

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

background-color css

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

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

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

border-color css

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

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

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