Html Css Color HEX #117895 Cerulean

📋 copy color: '#117895'

red 17 ◦ green 120 ◦ blue 149

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

Shades of Cerulean #117895

Tints of Cerulean #117895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.96%

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

R = 5.94%
G = 41.96%
B = 52.1%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117895 (or 0x117895) is known color: Cerulean. HEX triplet: 11, 78 and 95. RGB value is (17,120,149). Sum of RGB (Red+Green+Blue) = 17+120+149=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #117895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117895 is #EE876A. Grayscale: #5C5C5C. Windows color (decimal): -15632235 or 9795601. OLE color: 9795601.

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

Color convert

RGB 17 120 149 -
CMYK 0.89 0.19 0 0.42
HSL 193.18º 0.8% 0.33% -
HSV(B) 193.18º 0.89% 0.58% -
XYZ 12.37 15.72 30.82 -
YUV 92.51 159.88 74.14 -
System Red Green Blue C M Y K H S L
Decimal 17 120 149 0.89 0.19 0 0.42 193.18 0.8 0.33
Hex 11 78 95 59 13 0 2A C1 50 21
Octal 21 170 225 131 23 0 52 301 120 41
Binary 10001 1111000 10010101 1011001 10011 0 101010 11000001 1010000 100001

Color Harmonies of #117895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117895

Black with #117895

Text Example


Text Example

White with #117895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117895; }

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

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

background-color css

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

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

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

border-color css

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

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

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