Html Css Color HEX #116DDA Navy Blue

📋 copy color: '#116DDA'

red 17 ◦ green 109 ◦ blue 218

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

Shades of Navy Blue #116DDA

Tints of Navy Blue #116DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.69%

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

R = 4.94%
G = 31.69%
B = 63.37%

CMYK

 C value IS 0.92

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#116DDA (or 0x116DDA) is known color: Navy Blue. HEX triplet: 11, 6D and DA. RGB value is (17,109,218). Sum of RGB (Red+Green+Blue) = 17+109+218=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #116DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DDA is #EE9225. Grayscale: #5D5D5D. Windows color (decimal): -15634982 or 14314769. OLE color: 14314769.

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

Color convert

RGB 17 109 218 -
CMYK 0.92 0.5 0 0.15
HSL 212.54º 0.86% 0.46% -
HSV(B) 212.54º 0.92% 0.85% -
XYZ 18.35 16.12 68.47 -
YUV 93.92 198.02 73.14 -
System Red Green Blue C M Y K H S L
Decimal 17 109 218 0.92 0.5 0 0.15 212.54 0.86 0.46
Hex 11 6D DA 5C 32 0 F D5 56 2E
Octal 21 155 332 134 62 0 17 325 126 56
Binary 10001 1101101 11011010 1011100 110010 0 1111 11010101 1010110 101110

Color Harmonies of #116DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DDA

Black with #116DDA

Text Example


Text Example

White with #116DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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