Html Css Color HEX #115BFB Navy Blue

📋 copy color: '#115BFB'

red 17 ◦ green 91 ◦ blue 251

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

Shades of Navy Blue #115BFB

Tints of Navy Blue #115BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.92%

R = 4.74%
G = 25.35%
B = 69.92%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#115BFB (or 0x115BFB) is known color: Navy Blue. HEX triplet: 11, 5B and FB. RGB value is (17,91,251). Sum of RGB (Red+Green+Blue) = 17+91+251=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #115BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BFB is #EEA404. Grayscale: #565656. Windows color (decimal): -15639557 or 16472849. OLE color: 16472849.

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

Color convert

RGB 17 91 251 -
CMYK 0.93 0.64 0 0.02
HSL 221.03º 0.97% 0.53% -
HSV(B) 221.03º 0.93% 0.98% -
XYZ 21.38 14.57 92.95 -
YUV 87.11 220.48 77.99 -
System Red Green Blue C M Y K H S L
Decimal 17 91 251 0.93 0.64 0 0.02 221.03 0.97 0.53
Hex 11 5B FB 5D 40 0 2 DD 61 35
Octal 21 133 373 135 100 0 2 335 141 65
Binary 10001 1011011 11111011 1011101 1000000 0 10 11011101 1100001 110101

Color Harmonies of #115BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BFB

Black with #115BFB

Text Example


Text Example

White with #115BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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