Html Css Color HEX #116BEB Navy Blue

📋 copy color: '#116BEB'

red 17 ◦ green 107 ◦ blue 235

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

Shades of Navy Blue #116BEB

Tints of Navy Blue #116BEB

RGB

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

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

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

R = 4.74%
G = 29.81%
B = 65.46%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#116BEB (or 0x116BEB) is known color: Navy Blue. HEX triplet: 11, 6B and EB. RGB value is (17,107,235). Sum of RGB (Red+Green+Blue) = 17+107+235=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #116BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BEB is #EE9414. Grayscale: #5E5E5E. Windows color (decimal): -15635477 or 15428369. OLE color: 15428369.

HSL color Cylindrical-coordinate representation of color #116BEB: hue angle of 215.23º 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 #116BEB is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 107 235 -
CMYK 0.93 0.54 0 0.08
HSL 215.23º 0.87% 0.49% -
HSV(B) 215.23º 0.93% 0.92% -
XYZ 20.48 16.63 80.73 -
YUV 94.68 207.18 72.59 -
System Red Green Blue C M Y K H S L
Decimal 17 107 235 0.93 0.54 0 0.08 215.23 0.87 0.49
Hex 11 6B EB 5D 36 0 8 D7 57 31
Octal 21 153 353 135 66 0 10 327 127 61
Binary 10001 1101011 11101011 1011101 110110 0 1000 11010111 1010111 110001

Color Harmonies of #116BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BEB

Black with #116BEB

Text Example


Text Example

White with #116BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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