Html Css Color HEX #116BDA Navy Blue

📋 copy color: '#116BDA'

red 17 ◦ green 107 ◦ blue 218

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

Shades of Navy Blue #116BDA

Tints of Navy Blue #116BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 4.97%
G = 31.29%
B = 63.74%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#116BDA (or 0x116BDA) is known color: Navy Blue. HEX triplet: 11, 6B and DA. RGB value is (17,107,218). Sum of RGB (Red+Green+Blue) = 17+107+218=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #116BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BDA is #EE9425. Grayscale: #5C5C5C. Windows color (decimal): -15635494 or 14314257. OLE color: 14314257.

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

Color convert

RGB 17 107 218 -
CMYK 0.92 0.51 0 0.15
HSL 213.13º 0.86% 0.46% -
HSV(B) 213.13º 0.92% 0.85% -
XYZ 18.14 15.7 68.4 -
YUV 92.74 198.68 73.97 -
System Red Green Blue C M Y K H S L
Decimal 17 107 218 0.92 0.51 0 0.15 213.13 0.86 0.46
Hex 11 6B DA 5C 33 0 F D5 56 2E
Octal 21 153 332 134 63 0 17 325 126 56
Binary 10001 1101011 11011010 1011100 110011 0 1111 11010101 1010110 101110

Color Harmonies of #116BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BDA

Black with #116BDA

Text Example


Text Example

White with #116BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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