Html Css Color HEX #116BE1 Navy Blue

📋 copy color: '#116BE1'

red 17 ◦ green 107 ◦ blue 225

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

Shades of Navy Blue #116BE1

Tints of Navy Blue #116BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 64.47%

R = 4.87%
G = 30.66%
B = 64.47%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#116BE1 (or 0x116BE1) is known color: Navy Blue. HEX triplet: 11, 6B and E1. RGB value is (17,107,225). Sum of RGB (Red+Green+Blue) = 17+107+225=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 225 (88.28% from 255 or 64.47% from 349); Max value from RGB is 225 - color contains mainly: blue. Hex color #116BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BE1 is #EE941E. Grayscale: #5C5C5C. Windows color (decimal): -15635487 or 14773009. OLE color: 14773009.

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

Color convert

RGB 17 107 225 -
CMYK 0.92 0.52 0 0.12
HSL 214.04º 0.86% 0.47% -
HSV(B) 214.04º 0.92% 0.88% -
XYZ 19.08 16.07 73.33 -
YUV 93.54 202.18 73.41 -
System Red Green Blue C M Y K H S L
Decimal 17 107 225 0.92 0.52 0 0.12 214.04 0.86 0.47
Hex 11 6B E1 5C 34 0 C D6 56 2F
Octal 21 153 341 134 64 0 14 326 126 57
Binary 10001 1101011 11100001 1011100 110100 0 1100 11010110 1010110 101111

Color Harmonies of #116BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BE1

Black with #116BE1

Text Example


Text Example

White with #116BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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