Html Css Color HEX #116A98 Cerulean

📋 copy color: '#116A98'

red 17 ◦ green 106 ◦ blue 152

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

Shades of Cerulean #116A98

Tints of Cerulean #116A98

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.55%

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

R = 6.18%
G = 38.55%
B = 55.27%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#116A98 (or 0x116A98) is known color: Cerulean. HEX triplet: 11, 6A and 98. RGB value is (17,106,152). Sum of RGB (Red+Green+Blue) = 17+106+152=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #116A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116A98 is #EE9567. Grayscale: #545454. Windows color (decimal): -15635816 or 9988625. OLE color: 9988625.

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

Color convert

RGB 17 106 152 -
CMYK 0.89 0.30 0 0.40
HSL 200.44º 0.8% 0.33% -
HSV(B) 200.44º 0.89% 0.6% -
XYZ 11.05 12.69 31.57 -
YUV 84.63 166.01 79.76 -
System Red Green Blue C M Y K H S L
Decimal 17 106 152 0.89 0.30 0 0.40 200.44 0.8 0.33
Hex 11 6A 98 59 1E 0 28 C8 50 21
Octal 21 152 230 131 36 0 50 310 120 41
Binary 10001 1101010 10011000 1011001 11110 0 101000 11001000 1010000 100001

Color Harmonies of #116A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A98

Black with #116A98

Text Example


Text Example

White with #116A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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