Html Css Color HEX #117398 Cerulean

📋 copy color: '#117398'

red 17 ◦ green 115 ◦ blue 152

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

Shades of Cerulean #117398

Tints of Cerulean #117398

RGB

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

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

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

R = 5.99%
G = 40.49%
B = 53.52%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#117398 (or 0x117398) is known color: Cerulean. HEX triplet: 11, 73 and 98. RGB value is (17,115,152). Sum of RGB (Red+Green+Blue) = 17+115+152=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #117398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117398 is #EE8C67. Grayscale: #595959. Windows color (decimal): -15633512 or 9990929. OLE color: 9990929.

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

Color convert

RGB 17 115 152 -
CMYK 0.89 0.24 0 0.40
HSL 196.44º 0.8% 0.33% -
HSV(B) 196.44º 0.89% 0.6% -
XYZ 12.03 14.65 31.9 -
YUV 89.92 163.03 75.99 -
System Red Green Blue C M Y K H S L
Decimal 17 115 152 0.89 0.24 0 0.40 196.44 0.8 0.33
Hex 11 73 98 59 18 0 28 C4 50 21
Octal 21 163 230 131 30 0 50 304 120 41
Binary 10001 1110011 10011000 1011001 11000 0 101000 11000100 1010000 100001

Color Harmonies of #117398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117398

Black with #117398

Text Example


Text Example

White with #117398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117398; }

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

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

background-color css

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

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

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

border-color css

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

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

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