Html Css Color HEX #115DF7 Navy Blue

📋 copy color: '#115DF7'

red 17 ◦ green 93 ◦ blue 247

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

Shades of Navy Blue #115DF7

Tints of Navy Blue #115DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 4.76%
G = 26.05%
B = 69.19%

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

#115DF7 (or 0x115DF7) is known color: Navy Blue. HEX triplet: 11, 5D and F7. RGB value is (17,93,247). Sum of RGB (Red+Green+Blue) = 17+93+247=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 247 (96.88% from 255 or 69.19% from 357); Max value from RGB is 247 - color contains mainly: blue. Hex color #115DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DF7 is #EEA208. Grayscale: #575757. Windows color (decimal): -15639049 or 16211217. OLE color: 16211217.

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

Color convert

RGB 17 93 247 -
CMYK 0.93 0.62 0 0.03
HSL 220.17º 0.93% 0.52% -
HSV(B) 220.17º 0.93% 0.97% -
XYZ 20.93 14.66 89.72 -
YUV 87.83 217.82 77.48 -
System Red Green Blue C M Y K H S L
Decimal 17 93 247 0.93 0.62 0 0.03 220.17 0.93 0.52
Hex 11 5D F7 5D 3E 0 3 DC 5D 34
Octal 21 135 367 135 76 0 3 334 135 64
Binary 10001 1011101 11110111 1011101 111110 0 11 11011100 1011101 110100

Color Harmonies of #115DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DF7

Black with #115DF7

Text Example


Text Example

White with #115DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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