Html Css Color HEX #115EDF Navy Blue

📋 copy color: '#115EDF'

red 17 ◦ green 94 ◦ blue 223

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

Shades of Navy Blue #115EDF

Tints of Navy Blue #115EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 5.09%
G = 28.14%
B = 66.77%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#115EDF (or 0x115EDF) is known color: Navy Blue. HEX triplet: 11, 5E and DF. RGB value is (17,94,223). Sum of RGB (Red+Green+Blue) = 17+94+223=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #115EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EDF is #EEA120. Grayscale: #555555. Windows color (decimal): -15638817 or 14638609. OLE color: 14638609.

HSL color Cylindrical-coordinate representation of color #115EDF: hue angle of 217.57º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115EDF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 94 223 -
CMYK 0.92 0.58 0 0.13
HSL 217.57º 0.86% 0.47% -
HSV(B) 217.57º 0.92% 0.87% -
XYZ 17.55 13.45 71.48 -
YUV 85.68 205.49 79.01 -
System Red Green Blue C M Y K H S L
Decimal 17 94 223 0.92 0.58 0 0.13 217.57 0.86 0.47
Hex 11 5E DF 5C 3A 0 D DA 56 2F
Octal 21 136 337 134 72 0 15 332 126 57
Binary 10001 1011110 11011111 1011100 111010 0 1101 11011010 1010110 101111

Color Harmonies of #115EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115EDF

Black with #115EDF

Text Example


Text Example

White with #115EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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