Html Css Color HEX #115BFE Navy Blue

📋 copy color: '#115BFE'

red 17 ◦ green 91 ◦ blue 254

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

Shades of Navy Blue #115BFE

Tints of Navy Blue #115BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 70.17%

R = 4.7%
G = 25.14%
B = 70.17%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#115BFE (or 0x115BFE) is known color: Navy Blue. HEX triplet: 11, 5B and FE. RGB value is (17,91,254). Sum of RGB (Red+Green+Blue) = 17+91+254=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #115BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BFE is #EEA401. Grayscale: #565656. Windows color (decimal): -15639554 or 16669457. OLE color: 16669457.

HSL color Cylindrical-coordinate representation of color #115BFE: hue angle of 221.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115BFE is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 91 254 -
CMYK 0.93 0.64 0 0.00
HSL 221.27º 0.99% 0.53% -
HSV(B) 221.27º 0.93% 1% -
XYZ 21.86 14.76 95.46 -
YUV 87.46 221.98 77.75 -
System Red Green Blue C M Y K H S L
Decimal 17 91 254 0.93 0.64 0 0.00 221.27 0.99 0.53
Hex 11 5B FE 5D 40 0 0 DD 63 35
Octal 21 133 376 135 100 0 0 335 143 65
Binary 10001 1011011 11111110 1011101 1000000 0 0 11011101 1100011 110101

Color Harmonies of #115BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BFE

Black with #115BFE

Text Example


Text Example

White with #115BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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