Html Css Color HEX #115ADD Navy Blue

📋 copy color: '#115ADD'

red 17 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #115ADD

Tints of Navy Blue #115ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

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

R = 5.18%
G = 27.44%
B = 67.38%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#115ADD (or 0x115ADD) is known color: Navy Blue. HEX triplet: 11, 5A and DD. RGB value is (17,90,221). Sum of RGB (Red+Green+Blue) = 17+90+221=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #115ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ADD is #EEA522. Grayscale: #525252. Windows color (decimal): -15639843 or 14506513. OLE color: 14506513.

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

Color convert

RGB 17 90 221 -
CMYK 0.92 0.59 0 0.13
HSL 218.53º 0.86% 0.47% -
HSV(B) 218.53º 0.92% 0.87% -
XYZ 16.94 12.65 69.96 -
YUV 83.11 205.82 80.85 -
System Red Green Blue C M Y K H S L
Decimal 17 90 221 0.92 0.59 0 0.13 218.53 0.86 0.47
Hex 11 5A DD 5C 3B 0 D DB 56 2F
Octal 21 132 335 134 73 0 15 333 126 57
Binary 10001 1011010 11011101 1011100 111011 0 1101 11011011 1010110 101111

Color Harmonies of #115ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115ADD

Black with #115ADD

Text Example


Text Example

White with #115ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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