Html Css Color HEX #117098 Cerulean

📋 copy color: '#117098'

red 17 ◦ green 112 ◦ blue 152

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

Shades of Cerulean #117098

Tints of Cerulean #117098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

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

R = 6.05%
G = 39.86%
B = 54.09%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#117098 (or 0x117098) is known color: Cerulean. HEX triplet: 11, 70 and 98. RGB value is (17,112,152). Sum of RGB (Red+Green+Blue) = 17+112+152=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #117098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117098 is #EE8F67. Grayscale: #575757. Windows color (decimal): -15634280 or 9990161. OLE color: 9990161.

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

Color convert

RGB 17 112 152 -
CMYK 0.89 0.26 0 0.40
HSL 197.78º 0.8% 0.33% -
HSV(B) 197.78º 0.89% 0.6% -
XYZ 11.69 13.97 31.79 -
YUV 88.16 164.03 77.25 -
System Red Green Blue C M Y K H S L
Decimal 17 112 152 0.89 0.26 0 0.40 197.78 0.8 0.33
Hex 11 70 98 59 1A 0 28 C6 50 21
Octal 21 160 230 131 32 0 50 306 120 41
Binary 10001 1110000 10011000 1011001 11010 0 101000 11000110 1010000 100001

Color Harmonies of #117098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117098

Black with #117098

Text Example


Text Example

White with #117098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117098; }

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

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

background-color css

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

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

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

border-color css

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

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

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