Html Css Color HEX #115DF4 Navy Blue

📋 copy color: '#115DF4'

red 17 ◦ green 93 ◦ blue 244

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

Shades of Navy Blue #115DF4

Tints of Navy Blue #115DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 68.93%

R = 4.8%
G = 26.27%
B = 68.93%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#115DF4 (or 0x115DF4) is known color: Navy Blue. HEX triplet: 11, 5D and F4. RGB value is (17,93,244). Sum of RGB (Red+Green+Blue) = 17+93+244=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 244 (95.70% from 255 or 68.93% from 354); Max value from RGB is 244 - color contains mainly: blue. Hex color #115DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DF4 is #EEA20B. Grayscale: #565656. Windows color (decimal): -15639052 or 16014609. OLE color: 16014609.

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

Color convert

RGB 17 93 244 -
CMYK 0.93 0.62 0 0.04
HSL 219.91º 0.91% 0.51% -
HSV(B) 219.91º 0.93% 0.96% -
XYZ 20.47 14.48 87.3 -
YUV 87.49 216.32 77.72 -
System Red Green Blue C M Y K H S L
Decimal 17 93 244 0.93 0.62 0 0.04 219.91 0.91 0.51
Hex 11 5D F4 5D 3E 0 4 DC 5B 33
Octal 21 135 364 135 76 0 4 334 133 63
Binary 10001 1011101 11110100 1011101 111110 0 100 11011100 1011011 110011

Color Harmonies of #115DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DF4

Black with #115DF4

Text Example


Text Example

White with #115DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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