Html Css Color HEX #115AFE Navy Blue

📋 copy color: '#115AFE'

red 17 ◦ green 90 ◦ blue 254

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

Shades of Navy Blue #115AFE

Tints of Navy Blue #115AFE

RGB

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

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

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

R = 4.71%
G = 24.93%
B = 70.36%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#115AFE (or 0x115AFE) is known color: Navy Blue. HEX triplet: 11, 5A and FE. RGB value is (17,90,254). Sum of RGB (Red+Green+Blue) = 17+90+254=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #115AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AFE is #EEA501. Grayscale: #565656. Windows color (decimal): -15639810 or 16669201. OLE color: 16669201.

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

Color convert

RGB 17 90 254 -
CMYK 0.93 0.65 0 0.00
HSL 221.52º 0.99% 0.53% -
HSV(B) 221.52º 0.93% 1% -
XYZ 21.78 14.59 95.43 -
YUV 86.87 222.32 78.16 -
System Red Green Blue C M Y K H S L
Decimal 17 90 254 0.93 0.65 0 0.00 221.52 0.99 0.53
Hex 11 5A FE 5D 41 0 0 DE 63 35
Octal 21 132 376 135 101 0 0 336 143 65
Binary 10001 1011010 11111110 1011101 1000001 0 0 11011110 1100011 110101

Color Harmonies of #115AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AFE

Black with #115AFE

Text Example


Text Example

White with #115AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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