Html Css Color HEX #115DDB Navy Blue

📋 copy color: '#115DDB'

red 17 ◦ green 93 ◦ blue 219

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

Shades of Navy Blue #115DDB

Tints of Navy Blue #115DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 5.17%
G = 28.27%
B = 66.57%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#115DDB (or 0x115DDB) is known color: Navy Blue. HEX triplet: 11, 5D and DB. RGB value is (17,93,219). Sum of RGB (Red+Green+Blue) = 17+93+219=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #115DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DDB is #EEA224. Grayscale: #545454. Windows color (decimal): -15639077 or 14376209. OLE color: 14376209.

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

Color convert

RGB 17 93 219 -
CMYK 0.92 0.58 0 0.14
HSL 217.43º 0.86% 0.46% -
HSV(B) 217.43º 0.92% 0.86% -
XYZ 16.93 13.06 68.65 -
YUV 84.64 203.82 79.75 -
System Red Green Blue C M Y K H S L
Decimal 17 93 219 0.92 0.58 0 0.14 217.43 0.86 0.46
Hex 11 5D DB 5C 3A 0 E D9 56 2E
Octal 21 135 333 134 72 0 16 331 126 56
Binary 10001 1011101 11011011 1011100 111010 0 1110 11011001 1010110 101110

Color Harmonies of #115DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DDB

Black with #115DDB

Text Example


Text Example

White with #115DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,93,219); }

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

background-color css

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

 a { background-color: rgb(17,93,219); }

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

border-color css

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

 span { border-color: rgb(17,93,219); }

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