Html Css Color HEX #117598 Cerulean

📋 copy color: '#117598'

red 17 ◦ green 117 ◦ blue 152

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

Shades of Cerulean #117598

Tints of Cerulean #117598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.15%

R = 5.94%
G = 40.91%
B = 53.15%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#117598 (or 0x117598) is known color: Cerulean. HEX triplet: 11, 75 and 98. RGB value is (17,117,152). Sum of RGB (Red+Green+Blue) = 17+117+152=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #117598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117598 is #EE8A67. Grayscale: #5A5A5A. Windows color (decimal): -15633000 or 9991441. OLE color: 9991441.

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

Color convert

RGB 17 117 152 -
CMYK 0.89 0.23 0 0.40
HSL 195.56º 0.8% 0.33% -
HSV(B) 195.56º 0.89% 0.6% -
XYZ 12.26 15.11 31.98 -
YUV 91.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 17 117 152 0.89 0.23 0 0.40 195.56 0.8 0.33
Hex 11 75 98 59 17 0 28 C4 50 21
Octal 21 165 230 131 27 0 50 304 120 41
Binary 10001 1110101 10011000 1011001 10111 0 101000 11000100 1010000 100001

Color Harmonies of #117598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117598

Black with #117598

Text Example


Text Example

White with #117598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117598; }

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

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

background-color css

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

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

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

border-color css

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

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

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