Html Css Color HEX #116EDF Navy Blue

📋 copy color: '#116EDF'

red 17 ◦ green 110 ◦ blue 223

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

Shades of Navy Blue #116EDF

Tints of Navy Blue #116EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 4.86%
G = 31.43%
B = 63.71%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#116EDF (or 0x116EDF) is known color: Navy Blue. HEX triplet: 11, 6E and DF. RGB value is (17,110,223). Sum of RGB (Red+Green+Blue) = 17+110+223=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #116EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EDF is #EE9120. Grayscale: #5E5E5E. Windows color (decimal): -15634721 or 14642705. OLE color: 14642705.

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

Color convert

RGB 17 110 223 -
CMYK 0.92 0.51 0 0.13
HSL 212.91º 0.86% 0.47% -
HSV(B) 212.91º 0.92% 0.87% -
XYZ 19.13 16.6 72.01 -
YUV 95.08 200.19 72.31 -
System Red Green Blue C M Y K H S L
Decimal 17 110 223 0.92 0.51 0 0.13 212.91 0.86 0.47
Hex 11 6E DF 5C 33 0 D D5 56 2F
Octal 21 156 337 134 63 0 15 325 126 57
Binary 10001 1101110 11011111 1011100 110011 0 1101 11010101 1010110 101111

Color Harmonies of #116EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EDF

Black with #116EDF

Text Example


Text Example

White with #116EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,110,223); }

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

background-color css

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

 a { background-color: rgb(17,110,223); }

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

border-color css

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

 span { border-color: rgb(17,110,223); }

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