Html Css Color HEX #117395 Cerulean

📋 copy color: '#117395'

red 17 ◦ green 115 ◦ blue 149

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

Shades of Cerulean #117395

Tints of Cerulean #117395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 6.05%
G = 40.93%
B = 53.02%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117395 (or 0x117395) is known color: Cerulean. HEX triplet: 11, 73 and 95. RGB value is (17,115,149). Sum of RGB (Red+Green+Blue) = 17+115+149=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #117395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117395 is #EE8C6A. Grayscale: #595959. Windows color (decimal): -15633515 or 9794321. OLE color: 9794321.

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

Color convert

RGB 17 115 149 -
CMYK 0.89 0.23 0 0.42
HSL 195.45º 0.8% 0.33% -
HSV(B) 195.45º 0.89% 0.58% -
XYZ 11.79 14.55 30.62 -
YUV 89.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 17 115 149 0.89 0.23 0 0.42 195.45 0.8 0.33
Hex 11 73 95 59 17 0 2A C3 50 21
Octal 21 163 225 131 27 0 52 303 120 41
Binary 10001 1110011 10010101 1011001 10111 0 101010 11000011 1010000 100001

Color Harmonies of #117395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117395

Black with #117395

Text Example


Text Example

White with #117395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117395; }

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

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

background-color css

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

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

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

border-color css

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

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

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