Html Css Color HEX #117299 Cerulean

📋 copy color: '#117299'

red 17 ◦ green 114 ◦ blue 153

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

Shades of Cerulean #117299

Tints of Cerulean #117299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.14%

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

R = 5.99%
G = 40.14%
B = 53.87%

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

#117299 (or 0x117299) is known color: Cerulean. HEX triplet: 11, 72 and 99. RGB value is (17,114,153). Sum of RGB (Red+Green+Blue) = 17+114+153=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #117299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117299 is #EE8D66. Grayscale: #595959. Windows color (decimal): -15633767 or 10056209. OLE color: 10056209.

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

Color convert

RGB 17 114 153 -
CMYK 0.89 0.25 0 0.4
HSL 197.21º 0.8% 0.33% -
HSV(B) 197.21º 0.89% 0.6% -
XYZ 12 14.45 32.29 -
YUV 89.44 163.86 76.33 -
System Red Green Blue C M Y K H S L
Decimal 17 114 153 0.89 0.25 0 0.4 197.21 0.8 0.33
Hex 11 72 99 59 19 0 28 C5 50 21
Octal 21 162 231 131 31 0 50 305 120 41
Binary 10001 1110010 10011001 1011001 11001 0 101000 11000101 1010000 100001

Color Harmonies of #117299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117299

Black with #117299

Text Example


Text Example

White with #117299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117299; }

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

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

background-color css

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

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

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

border-color css

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

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

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