Html Css Color HEX #115DED Navy Blue

📋 copy color: '#115DED'

red 17 ◦ green 93 ◦ blue 237

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

Shades of Navy Blue #115DED

Tints of Navy Blue #115DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 4.9%
G = 26.8%
B = 68.3%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#115DED (or 0x115DED) is known color: Navy Blue. HEX triplet: 11, 5D and ED. RGB value is (17,93,237). Sum of RGB (Red+Green+Blue) = 17+93+237=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #115DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DED is #EEA212. Grayscale: #565656. Windows color (decimal): -15639059 or 15555857. OLE color: 15555857.

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

Color convert

RGB 17 93 237 -
CMYK 0.93 0.61 0 0.07
HSL 219.27º 0.87% 0.5% -
HSV(B) 219.27º 0.93% 0.93% -
XYZ 19.43 14.06 81.81 -
YUV 86.69 212.82 78.29 -
System Red Green Blue C M Y K H S L
Decimal 17 93 237 0.93 0.61 0 0.07 219.27 0.87 0.5
Hex 11 5D ED 5D 3D 0 7 DB 57 32
Octal 21 135 355 135 75 0 7 333 127 62
Binary 10001 1011101 11101101 1011101 111101 0 111 11011011 1010111 110010

Color Harmonies of #115DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DED

Black with #115DED

Text Example


Text Example

White with #115DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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