Html Css Color HEX #115BEB Navy Blue

📋 copy color: '#115BEB'

red 17 ◦ green 91 ◦ blue 235

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

Shades of Navy Blue #115BEB

Tints of Navy Blue #115BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.53%

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

R = 4.96%
G = 26.53%
B = 68.51%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#115BEB (or 0x115BEB) is known color: Navy Blue. HEX triplet: 11, 5B and EB. RGB value is (17,91,235). Sum of RGB (Red+Green+Blue) = 17+91+235=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #115BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BEB is #EEA414. Grayscale: #545454. Windows color (decimal): -15639573 or 15424273. OLE color: 15424273.

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

Color convert

RGB 17 91 235 -
CMYK 0.93 0.61 0 0.08
HSL 219.63º 0.87% 0.49% -
HSV(B) 219.63º 0.93% 0.92% -
XYZ 18.97 13.6 80.22 -
YUV 85.29 212.48 79.29 -
System Red Green Blue C M Y K H S L
Decimal 17 91 235 0.93 0.61 0 0.08 219.63 0.87 0.49
Hex 11 5B EB 5D 3D 0 8 DC 57 31
Octal 21 133 353 135 75 0 10 334 127 61
Binary 10001 1011011 11101011 1011101 111101 0 1000 11011100 1010111 110001

Color Harmonies of #115BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BEB

Black with #115BEB

Text Example


Text Example

White with #115BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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