Html Css Color HEX #115AD9 Navy Blue

📋 copy color: '#115AD9'

red 17 ◦ green 90 ◦ blue 217

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

Shades of Navy Blue #115AD9

Tints of Navy Blue #115AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 66.98%

R = 5.25%
G = 27.78%
B = 66.98%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#115AD9 (or 0x115AD9) is known color: Navy Blue. HEX triplet: 11, 5A and D9. RGB value is (17,90,217). Sum of RGB (Red+Green+Blue) = 17+90+217=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 217 (85.16% from 255 or 66.98% from 324); Max value from RGB is 217 - color contains mainly: blue. Hex color #115AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AD9 is #EEA526. Grayscale: #525252. Windows color (decimal): -15639847 or 14244369. OLE color: 14244369.

HSL color Cylindrical-coordinate representation of color #115AD9: hue angle of 218.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115AD9 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 90 217 -
CMYK 0.92 0.59 0 0.15
HSL 218.1º 0.85% 0.46% -
HSV(B) 218.1º 0.92% 0.85% -
XYZ 16.41 12.44 67.18 -
YUV 82.65 203.82 81.17 -
System Red Green Blue C M Y K H S L
Decimal 17 90 217 0.92 0.59 0 0.15 218.1 0.85 0.46
Hex 11 5A D9 5C 3B 0 F DA 55 2E
Octal 21 132 331 134 73 0 17 332 125 56
Binary 10001 1011010 11011001 1011100 111011 0 1111 11011010 1010101 101110

Color Harmonies of #115AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AD9

Black with #115AD9

Text Example


Text Example

White with #115AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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