Html Css Color HEX #116FEB Navy Blue

📋 copy color: '#116FEB'

red 17 ◦ green 111 ◦ blue 235

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

Shades of Navy Blue #116FEB

Tints of Navy Blue #116FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 4.68%
G = 30.58%
B = 64.74%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#116FEB (or 0x116FEB) is known color: Navy Blue. HEX triplet: 11, 6F and EB. RGB value is (17,111,235). Sum of RGB (Red+Green+Blue) = 17+111+235=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #116FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FEB is #EE9014. Grayscale: #606060. Windows color (decimal): -15634453 or 15429393. OLE color: 15429393.

HSL color Cylindrical-coordinate representation of color #116FEB: hue angle of 214.13º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116FEB is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 111 235 -
CMYK 0.93 0.53 0 0.08
HSL 214.13º 0.87% 0.49% -
HSV(B) 214.13º 0.93% 0.92% -
XYZ 20.91 17.49 80.87 -
YUV 97.03 205.86 70.92 -
System Red Green Blue C M Y K H S L
Decimal 17 111 235 0.93 0.53 0 0.08 214.13 0.87 0.49
Hex 11 6F EB 5D 35 0 8 D6 57 31
Octal 21 157 353 135 65 0 10 326 127 61
Binary 10001 1101111 11101011 1011101 110101 0 1000 11010110 1010111 110001

Color Harmonies of #116FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FEB

Black with #116FEB

Text Example


Text Example

White with #116FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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