Html Css Color HEX #115ADF Navy Blue

📋 copy color: '#115ADF'

red 17 ◦ green 90 ◦ blue 223

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

Shades of Navy Blue #115ADF

Tints of Navy Blue #115ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.58%

R = 5.15%
G = 27.27%
B = 67.58%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#115ADF (or 0x115ADF) is known color: Navy Blue. HEX triplet: 11, 5A and DF. RGB value is (17,90,223). Sum of RGB (Red+Green+Blue) = 17+90+223=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #115ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ADF is #EEA520. Grayscale: #525252. Windows color (decimal): -15639841 or 14637585. OLE color: 14637585.

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

Color convert

RGB 17 90 223 -
CMYK 0.92 0.60 0 0.13
HSL 218.74º 0.86% 0.47% -
HSV(B) 218.74º 0.92% 0.87% -
XYZ 17.21 12.76 71.37 -
YUV 83.34 206.82 80.69 -
System Red Green Blue C M Y K H S L
Decimal 17 90 223 0.92 0.60 0 0.13 218.74 0.86 0.47
Hex 11 5A DF 5C 3C 0 D DB 56 2F
Octal 21 132 337 134 74 0 15 333 126 57
Binary 10001 1011010 11011111 1011100 111100 0 1101 11011011 1010110 101111

Color Harmonies of #115ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115ADF

Black with #115ADF

Text Example


Text Example

White with #115ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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