Html Css Color HEX #116FD0 Navy Blue

📋 copy color: '#116FD0'

red 17 ◦ green 111 ◦ blue 208

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

Shades of Navy Blue #116FD0

Tints of Navy Blue #116FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.9%

R = 5.06%
G = 33.04%
B = 61.9%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#116FD0 (or 0x116FD0) is known color: Navy Blue. HEX triplet: 11, 6F and D0. RGB value is (17,111,208). Sum of RGB (Red+Green+Blue) = 17+111+208=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #116FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FD0 is #EE902F. Grayscale: #5D5D5D. Windows color (decimal): -15634480 or 13659921. OLE color: 13659921.

HSL color Cylindrical-coordinate representation of color #116FD0: hue angle of 210.47º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116FD0 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 111 208 -
CMYK 0.92 0.47 0 0.18
HSL 210.47º 0.85% 0.44% -
HSV(B) 210.47º 0.92% 0.82% -
XYZ 17.3 16.04 61.86 -
YUV 93.95 192.36 73.11 -
System Red Green Blue C M Y K H S L
Decimal 17 111 208 0.92 0.47 0 0.18 210.47 0.85 0.44
Hex 11 6F D0 5C 2F 0 12 D2 55 2C
Octal 21 157 320 134 57 0 22 322 125 54
Binary 10001 1101111 11010000 1011100 101111 0 10010 11010010 1010101 101100

Color Harmonies of #116FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FD0

Black with #116FD0

Text Example


Text Example

White with #116FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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