Html Css Color HEX #115ADE Navy Blue

📋 copy color: '#115ADE'

red 17 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #115ADE

Tints of Navy Blue #115ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.48%

R = 5.17%
G = 27.36%
B = 67.48%

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

#115ADE (or 0x115ADE) is known color: Navy Blue. HEX triplet: 11, 5A and DE. RGB value is (17,90,222). Sum of RGB (Red+Green+Blue) = 17+90+222=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 222 (87.11% from 255 or 67.48% from 329); Max value from RGB is 222 - color contains mainly: blue. Hex color #115ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ADE is #EEA521. Grayscale: #525252. Windows color (decimal): -15639842 or 14572049. OLE color: 14572049.

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

Color convert

RGB 17 90 222 -
CMYK 0.92 0.59 0 0.13
HSL 218.63º 0.86% 0.47% -
HSV(B) 218.63º 0.92% 0.87% -
XYZ 17.07 12.71 70.66 -
YUV 83.22 206.32 80.77 -
System Red Green Blue C M Y K H S L
Decimal 17 90 222 0.92 0.59 0 0.13 218.63 0.86 0.47
Hex 11 5A DE 5C 3B 0 D DB 56 2F
Octal 21 132 336 134 73 0 15 333 126 57
Binary 10001 1011010 11011110 1011100 111011 0 1101 11011011 1010110 101111

Color Harmonies of #115ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115ADE

Black with #115ADE

Text Example


Text Example

White with #115ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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