Html Css Color HEX #116FDF Navy Blue

📋 copy color: '#116FDF'

red 17 ◦ green 111 ◦ blue 223

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

Shades of Navy Blue #116FDF

Tints of Navy Blue #116FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

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

R = 4.84%
G = 31.62%
B = 63.53%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#116FDF (or 0x116FDF) is known color: Navy Blue. HEX triplet: 11, 6F and DF. RGB value is (17,111,223). Sum of RGB (Red+Green+Blue) = 17+111+223=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #116FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FDF is #EE9020. Grayscale: #5F5F5F. Windows color (decimal): -15634465 or 14642961. OLE color: 14642961.

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

Color convert

RGB 17 111 223 -
CMYK 0.92 0.50 0 0.13
HSL 212.62º 0.86% 0.47% -
HSV(B) 212.62º 0.92% 0.87% -
XYZ 19.23 16.82 72.04 -
YUV 95.66 199.86 71.89 -
System Red Green Blue C M Y K H S L
Decimal 17 111 223 0.92 0.50 0 0.13 212.62 0.86 0.47
Hex 11 6F DF 5C 32 0 D D5 56 2F
Octal 21 157 337 134 62 0 15 325 126 57
Binary 10001 1101111 11011111 1011100 110010 0 1101 11010101 1010110 101111

Color Harmonies of #116FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FDF

Black with #116FDF

Text Example


Text Example

White with #116FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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