Html Css Color HEX #117795 Cerulean

📋 copy color: '#117795'

red 17 ◦ green 119 ◦ blue 149

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

Shades of Cerulean #117795

Tints of Cerulean #117795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.75%

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

R = 5.96%
G = 41.75%
B = 52.28%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117795 (or 0x117795) is known color: Cerulean. HEX triplet: 11, 77 and 95. RGB value is (17,119,149). Sum of RGB (Red+Green+Blue) = 17+119+149=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #117795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117795 is #EE886A. Grayscale: #5B5B5B. Windows color (decimal): -15632491 or 9795345. OLE color: 9795345.

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

Color convert

RGB 17 119 149 -
CMYK 0.89 0.20 0 0.42
HSL 193.64º 0.8% 0.33% -
HSV(B) 193.64º 0.89% 0.58% -
XYZ 12.25 15.48 30.78 -
YUV 91.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 17 119 149 0.89 0.20 0 0.42 193.64 0.8 0.33
Hex 11 77 95 59 14 0 2A C2 50 21
Octal 21 167 225 131 24 0 52 302 120 41
Binary 10001 1110111 10010101 1011001 10100 0 101010 11000010 1010000 100001

Color Harmonies of #117795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117795

Black with #117795

Text Example


Text Example

White with #117795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117795; }

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

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

background-color css

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

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

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

border-color css

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

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

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