Html Css Color HEX #117195 Cerulean

📋 copy color: '#117195'

red 17 ◦ green 113 ◦ blue 149

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

Shades of Cerulean #117195

Tints of Cerulean #117195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 6.09%
G = 40.5%
B = 53.41%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117195 (or 0x117195) is known color: Cerulean. HEX triplet: 11, 71 and 95. RGB value is (17,113,149). Sum of RGB (Red+Green+Blue) = 17+113+149=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #117195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117195 is #EE8E6A. Grayscale: #585858. Windows color (decimal): -15634027 or 9793809. OLE color: 9793809.

HSL color Cylindrical-coordinate representation of color #117195: hue angle of 196.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117195 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 113 149 -
CMYK 0.89 0.24 0 0.42
HSL 196.36º 0.8% 0.33% -
HSV(B) 196.36º 0.89% 0.58% -
XYZ 11.56 14.1 30.55 -
YUV 88.4 162.2 77.07 -
System Red Green Blue C M Y K H S L
Decimal 17 113 149 0.89 0.24 0 0.42 196.36 0.8 0.33
Hex 11 71 95 59 18 0 2A C4 50 21
Octal 21 161 225 131 30 0 52 304 120 41
Binary 10001 1110001 10010101 1011001 11000 0 101010 11000100 1010000 100001

Color Harmonies of #117195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117195

Black with #117195

Text Example


Text Example

White with #117195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117195; }

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

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

background-color css

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

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

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

border-color css

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

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

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