Html Css Color HEX #116BDD Navy Blue

📋 copy color: '#116BDD'

red 17 ◦ green 107 ◦ blue 221

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

Shades of Navy Blue #116BDD

Tints of Navy Blue #116BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.06%

R = 4.93%
G = 31.01%
B = 64.06%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#116BDD (or 0x116BDD) is known color: Navy Blue. HEX triplet: 11, 6B and DD. RGB value is (17,107,221). Sum of RGB (Red+Green+Blue) = 17+107+221=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #116BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BDD is #EE9422. Grayscale: #5C5C5C. Windows color (decimal): -15635491 or 14510865. OLE color: 14510865.

HSL color Cylindrical-coordinate representation of color #116BDD: hue angle of 213.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116BDD is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 107 221 -
CMYK 0.92 0.52 0 0.13
HSL 213.53º 0.86% 0.47% -
HSV(B) 213.53º 0.92% 0.87% -
XYZ 18.54 15.86 70.49 -
YUV 93.09 200.18 73.73 -
System Red Green Blue C M Y K H S L
Decimal 17 107 221 0.92 0.52 0 0.13 213.53 0.86 0.47
Hex 11 6B DD 5C 34 0 D D6 56 2F
Octal 21 153 335 134 64 0 15 326 126 57
Binary 10001 1101011 11011101 1011100 110100 0 1101 11010110 1010110 101111

Color Harmonies of #116BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BDD

Black with #116BDD

Text Example


Text Example

White with #116BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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