Html Css Color HEX #115EF9 Navy Blue

📋 copy color: '#115EF9'

red 17 ◦ green 94 ◦ blue 249

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

Shades of Navy Blue #115EF9

Tints of Navy Blue #115EF9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

 BLUE value IS 249 (97.66% from 255) = 69.17%

R = 4.72%
G = 26.11%
B = 69.17%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#115EF9 (or 0x115EF9) is known color: Navy Blue. HEX triplet: 11, 5E and F9. RGB value is (17,94,249). Sum of RGB (Red+Green+Blue) = 17+94+249=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #115EF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115EF9 is #EEA106. Grayscale: #575757. Windows color (decimal): -15638791 or 16342545. OLE color: 16342545.

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

Color convert

RGB 17 94 249 -
CMYK 0.93 0.62 0 0.02
HSL 220.09º 0.95% 0.52% -
HSV(B) 220.09º 0.93% 0.98% -
XYZ 21.33 14.96 91.39 -
YUV 88.65 218.49 76.9 -
System Red Green Blue C M Y K H S L
Decimal 17 94 249 0.93 0.62 0 0.02 220.09 0.95 0.52
Hex 11 5E F9 5D 3E 0 2 DC 5F 34
Octal 21 136 371 135 76 0 2 334 137 64
Binary 10001 1011110 11111001 1011101 111110 0 10 11011100 1011111 110100

Color Harmonies of #115EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115EF9

Black with #115EF9

Text Example


Text Example

White with #115EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,94,249); }

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

background-color css

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

 a { background-color: rgb(17,94,249); }

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

border-color css

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

 span { border-color: rgb(17,94,249); }

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