Html Css Color HEX #115DF0 Navy Blue

📋 copy color: '#115DF0'

red 17 ◦ green 93 ◦ blue 240

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

Shades of Navy Blue #115DF0

Tints of Navy Blue #115DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 68.57%

R = 4.86%
G = 26.57%
B = 68.57%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#115DF0 (or 0x115DF0) is known color: Navy Blue. HEX triplet: 11, 5D and F0. RGB value is (17,93,240). Sum of RGB (Red+Green+Blue) = 17+93+240=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #115DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DF0 is #EEA20F. Grayscale: #565656. Windows color (decimal): -15639056 or 15752465. OLE color: 15752465.

HSL color Cylindrical-coordinate representation of color #115DF0: hue angle of 219.55º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115DF0 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 93 240 -
CMYK 0.93 0.61 0 0.06
HSL 219.55º 0.88% 0.5% -
HSV(B) 219.55º 0.93% 0.94% -
XYZ 19.87 14.24 84.14 -
YUV 87.03 214.32 78.05 -
System Red Green Blue C M Y K H S L
Decimal 17 93 240 0.93 0.61 0 0.06 219.55 0.88 0.5
Hex 11 5D F0 5D 3D 0 6 DC 58 32
Octal 21 135 360 135 75 0 6 334 130 62
Binary 10001 1011101 11110000 1011101 111101 0 110 11011100 1011000 110010

Color Harmonies of #115DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DF0

Black with #115DF0

Text Example


Text Example

White with #115DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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