Html Css Color HEX #116BDC Navy Blue

📋 copy color: '#116BDC'

red 17 ◦ green 107 ◦ blue 220

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

Shades of Navy Blue #116BDC

Tints of Navy Blue #116BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 4.94%
G = 31.1%
B = 63.95%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#116BDC (or 0x116BDC) is known color: Navy Blue. HEX triplet: 11, 6B and DC. RGB value is (17,107,220). Sum of RGB (Red+Green+Blue) = 17+107+220=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #116BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BDC is #EE9423. Grayscale: #5C5C5C. Windows color (decimal): -15635492 or 14445329. OLE color: 14445329.

HSL color Cylindrical-coordinate representation of color #116BDC: hue angle of 213.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116BDC is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 107 220 -
CMYK 0.92 0.51 0 0.14
HSL 213.4º 0.86% 0.46% -
HSV(B) 213.4º 0.92% 0.86% -
XYZ 18.41 15.8 69.79 -
YUV 92.97 199.68 73.81 -
System Red Green Blue C M Y K H S L
Decimal 17 107 220 0.92 0.51 0 0.14 213.4 0.86 0.46
Hex 11 6B DC 5C 33 0 E D5 56 2E
Octal 21 153 334 134 63 0 16 325 126 56
Binary 10001 1101011 11011100 1011100 110011 0 1110 11010101 1010110 101110

Color Harmonies of #116BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BDC

Black with #116BDC

Text Example


Text Example

White with #116BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,107,220); }

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

background-color css

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

 a { background-color: rgb(17,107,220); }

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

border-color css

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

 span { border-color: rgb(17,107,220); }

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