Html Css Color HEX #115AFB Navy Blue

📋 copy color: '#115AFB'

red 17 ◦ green 90 ◦ blue 251

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

Shades of Navy Blue #115AFB

Tints of Navy Blue #115AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

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

R = 4.75%
G = 25.14%
B = 70.11%

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

#115AFB (or 0x115AFB) is known color: Navy Blue. HEX triplet: 11, 5A and FB. RGB value is (17,90,251). Sum of RGB (Red+Green+Blue) = 17+90+251=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #115AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AFB is #EEA504. Grayscale: #555555. Windows color (decimal): -15639813 or 16472593. OLE color: 16472593.

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

Color convert

RGB 17 90 251 -
CMYK 0.93 0.64 0 0.02
HSL 221.28º 0.97% 0.53% -
HSV(B) 221.28º 0.93% 0.98% -
XYZ 21.3 14.4 92.92 -
YUV 86.53 220.82 78.41 -
System Red Green Blue C M Y K H S L
Decimal 17 90 251 0.93 0.64 0 0.02 221.28 0.97 0.53
Hex 11 5A FB 5D 40 0 2 DD 61 35
Octal 21 132 373 135 100 0 2 335 141 65
Binary 10001 1011010 11111011 1011101 1000000 0 10 11011101 1100001 110101

Color Harmonies of #115AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AFB

Black with #115AFB

Text Example


Text Example

White with #115AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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