Html Css Color HEX #115EF7 Navy Blue

📋 copy color: '#115EF7'

red 17 ◦ green 94 ◦ blue 247

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

Shades of Navy Blue #115EF7

Tints of Navy Blue #115EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.99%

R = 4.75%
G = 26.26%
B = 68.99%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#115EF7 (or 0x115EF7) is known color: Navy Blue. HEX triplet: 11, 5E and F7. RGB value is (17,94,247). Sum of RGB (Red+Green+Blue) = 17+94+247=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #115EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115EF7 is #EEA108. Grayscale: #575757. Windows color (decimal): -15638793 or 16211473. OLE color: 16211473.

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

Color convert

RGB 17 94 247 -
CMYK 0.93 0.62 0 0.03
HSL 219.91º 0.93% 0.52% -
HSV(B) 219.91º 0.93% 0.97% -
XYZ 21.02 14.84 89.75 -
YUV 88.42 217.49 77.06 -
System Red Green Blue C M Y K H S L
Decimal 17 94 247 0.93 0.62 0 0.03 219.91 0.93 0.52
Hex 11 5E F7 5D 3E 0 3 DC 5D 34
Octal 21 136 367 135 76 0 3 334 135 64
Binary 10001 1011110 11110111 1011101 111110 0 11 11011100 1011101 110100

Color Harmonies of #115EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115EF7

Black with #115EF7

Text Example


Text Example

White with #115EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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