Html Css Color HEX #116FAB Cerulean

📋 copy color: '#116FAB'

red 17 ◦ green 111 ◦ blue 171

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

Shades of Cerulean #116FAB

Tints of Cerulean #116FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.12%

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 5.69%
G = 37.12%
B = 57.19%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#116FAB (or 0x116FAB) is known color: Cerulean. HEX triplet: 11, 6F and AB. RGB value is (17,111,171). Sum of RGB (Red+Green+Blue) = 17+111+171=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #116FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116FAB is #EE9054. Grayscale: #595959. Windows color (decimal): -15634517 or 11235089. OLE color: 11235089.

HSL color Cylindrical-coordinate representation of color #116FAB: hue angle of 203.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116FAB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 111 171 -
CMYK 0.90 0.35 0 0.33
HSL 203.38º 0.82% 0.37% -
HSV(B) 203.38º 0.9% 0.67% -
XYZ 13.27 14.43 40.61 -
YUV 89.73 173.86 76.12 -
System Red Green Blue C M Y K H S L
Decimal 17 111 171 0.90 0.35 0 0.33 203.38 0.82 0.37
Hex 11 6F AB 5A 23 0 21 CB 52 25
Octal 21 157 253 132 43 0 41 313 122 45
Binary 10001 1101111 10101011 1011010 100011 0 100001 11001011 1010010 100101

Color Harmonies of #116FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FAB

Black with #116FAB

Text Example


Text Example

White with #116FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,111,171); }

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

background-color css

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

 a { background-color: rgb(17,111,171); }

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

border-color css

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

 span { border-color: rgb(17,111,171); }

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