Html Css Color HEX #116DE0 Navy Blue

📋 copy color: '#116DE0'

red 17 ◦ green 109 ◦ blue 224

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

Shades of Navy Blue #116DE0

Tints of Navy Blue #116DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 64%

R = 4.86%
G = 31.14%
B = 64%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#116DE0 (or 0x116DE0) is known color: Navy Blue. HEX triplet: 11, 6D and E0. RGB value is (17,109,224). Sum of RGB (Red+Green+Blue) = 17+109+224=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #116DE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DE0 is #EE921F. Grayscale: #5E5E5E. Windows color (decimal): -15634976 or 14707985. OLE color: 14707985.

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

Color convert

RGB 17 109 224 -
CMYK 0.92 0.51 0 0.12
HSL 213.33º 0.86% 0.47% -
HSV(B) 213.33º 0.92% 0.88% -
XYZ 19.15 16.44 72.68 -
YUV 94.6 201.02 72.65 -
System Red Green Blue C M Y K H S L
Decimal 17 109 224 0.92 0.51 0 0.12 213.33 0.86 0.47
Hex 11 6D E0 5C 33 0 C D5 56 2F
Octal 21 155 340 134 63 0 14 325 126 57
Binary 10001 1101101 11100000 1011100 110011 0 1100 11010101 1010110 101111

Color Harmonies of #116DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DE0

Black with #116DE0

Text Example


Text Example

White with #116DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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