Html Css Color HEX #116CD0 Navy Blue

📋 copy color: '#116CD0'

red 17 ◦ green 108 ◦ blue 208

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

Shades of Navy Blue #116CD0

Tints of Navy Blue #116CD0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

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

R = 5.11%
G = 32.43%
B = 62.46%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#116CD0 (or 0x116CD0) is known color: Navy Blue. HEX triplet: 11, 6C and D0. RGB value is (17,108,208). Sum of RGB (Red+Green+Blue) = 17+108+208=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #116CD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CD0 is #EE932F. Grayscale: #5B5B5B. Windows color (decimal): -15635248 or 13659153. OLE color: 13659153.

HSL color Cylindrical-coordinate representation of color #116CD0: hue angle of 211.41º 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 #116CD0 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 108 208 -
CMYK 0.92 0.48 0 0.18
HSL 211.41º 0.85% 0.44% -
HSV(B) 211.41º 0.92% 0.82% -
XYZ 16.98 15.4 61.75 -
YUV 92.19 193.35 74.37 -
System Red Green Blue C M Y K H S L
Decimal 17 108 208 0.92 0.48 0 0.18 211.41 0.85 0.44
Hex 11 6C D0 5C 30 0 12 D3 55 2C
Octal 21 154 320 134 60 0 22 323 125 54
Binary 10001 1101100 11010000 1011100 110000 0 10010 11010011 1010101 101100

Color Harmonies of #116CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116CD0

Black with #116CD0

Text Example


Text Example

White with #116CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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