Html Css Color HEX #117595 Cerulean

📋 copy color: '#117595'

red 17 ◦ green 117 ◦ blue 149

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

Shades of Cerulean #117595

Tints of Cerulean #117595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.34%

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

R = 6.01%
G = 41.34%
B = 52.65%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117595 (or 0x117595) is known color: Cerulean. HEX triplet: 11, 75 and 95. RGB value is (17,117,149). Sum of RGB (Red+Green+Blue) = 17+117+149=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #117595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117595 is #EE8A6A. Grayscale: #5A5A5A. Windows color (decimal): -15633003 or 9794833. OLE color: 9794833.

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

Color convert

RGB 17 117 149 -
CMYK 0.89 0.21 0 0.42
HSL 194.55º 0.8% 0.33% -
HSV(B) 194.55º 0.89% 0.58% -
XYZ 12.02 15.01 30.7 -
YUV 90.75 160.87 75.4 -
System Red Green Blue C M Y K H S L
Decimal 17 117 149 0.89 0.21 0 0.42 194.55 0.8 0.33
Hex 11 75 95 59 15 0 2A C3 50 21
Octal 21 165 225 131 25 0 52 303 120 41
Binary 10001 1110101 10010101 1011001 10101 0 101010 11000011 1010000 100001

Color Harmonies of #117595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117595

Black with #117595

Text Example


Text Example

White with #117595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117595; }

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

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

background-color css

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

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

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

border-color css

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

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

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