Html Css Color HEX #115EDD Navy Blue

📋 copy color: '#115EDD'

red 17 ◦ green 94 ◦ blue 221

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

Shades of Navy Blue #115EDD

Tints of Navy Blue #115EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 5.12%
G = 28.31%
B = 66.57%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#115EDD (or 0x115EDD) is known color: Navy Blue. HEX triplet: 11, 5E and DD. RGB value is (17,94,221). Sum of RGB (Red+Green+Blue) = 17+94+221=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #115EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EDD is #EEA122. Grayscale: #545454. Windows color (decimal): -15638819 or 14507537. OLE color: 14507537.

HSL color Cylindrical-coordinate representation of color #115EDD: hue angle of 217.35º 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 #115EDD is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 94 221 -
CMYK 0.92 0.57 0 0.13
HSL 217.35º 0.86% 0.47% -
HSV(B) 217.35º 0.92% 0.87% -
XYZ 17.29 13.35 70.07 -
YUV 85.46 204.49 79.17 -
System Red Green Blue C M Y K H S L
Decimal 17 94 221 0.92 0.57 0 0.13 217.35 0.86 0.47
Hex 11 5E DD 5C 39 0 D D9 56 2F
Octal 21 136 335 134 71 0 15 331 126 57
Binary 10001 1011110 11011101 1011100 111001 0 1101 11011001 1010110 101111

Color Harmonies of #115EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115EDD

Black with #115EDD

Text Example


Text Example

White with #115EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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