Html Css Color HEX #115ADA Navy Blue

📋 copy color: '#115ADA'

red 17 ◦ green 90 ◦ blue 218

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

Shades of Navy Blue #115ADA

Tints of Navy Blue #115ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.08%

R = 5.23%
G = 27.69%
B = 67.08%

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

#115ADA (or 0x115ADA) is known color: Navy Blue. HEX triplet: 11, 5A and DA. RGB value is (17,90,218). Sum of RGB (Red+Green+Blue) = 17+90+218=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #115ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ADA is #EEA525. Grayscale: #525252. Windows color (decimal): -15639846 or 14309905. OLE color: 14309905.

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

Color convert

RGB 17 90 218 -
CMYK 0.92 0.59 0 0.15
HSL 218.21º 0.86% 0.46% -
HSV(B) 218.21º 0.92% 0.85% -
XYZ 16.54 12.49 67.87 -
YUV 82.77 204.32 81.09 -
System Red Green Blue C M Y K H S L
Decimal 17 90 218 0.92 0.59 0 0.15 218.21 0.86 0.46
Hex 11 5A DA 5C 3B 0 F DA 56 2E
Octal 21 132 332 134 73 0 17 332 126 56
Binary 10001 1011010 11011010 1011100 111011 0 1111 11011010 1010110 101110

Color Harmonies of #115ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115ADA

Black with #115ADA

Text Example


Text Example

White with #115ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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