Html Css Color HEX #115BDB Navy Blue

📋 copy color: '#115BDB'

red 17 ◦ green 91 ◦ blue 219

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

Shades of Navy Blue #115BDB

Tints of Navy Blue #115BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

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

R = 5.2%
G = 27.83%
B = 66.97%

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

#115BDB (or 0x115BDB) is known color: Navy Blue. HEX triplet: 11, 5B and DB. RGB value is (17,91,219). Sum of RGB (Red+Green+Blue) = 17+91+219=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #115BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BDB is #EEA424. Grayscale: #525252. Windows color (decimal): -15639589 or 14375697. OLE color: 14375697.

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

Color convert

RGB 17 91 219 -
CMYK 0.92 0.58 0 0.14
HSL 218.02º 0.86% 0.46% -
HSV(B) 218.02º 0.92% 0.86% -
XYZ 16.76 12.72 68.59 -
YUV 83.47 204.48 80.59 -
System Red Green Blue C M Y K H S L
Decimal 17 91 219 0.92 0.58 0 0.14 218.02 0.86 0.46
Hex 11 5B DB 5C 3A 0 E DA 56 2E
Octal 21 133 333 134 72 0 16 332 126 56
Binary 10001 1011011 11011011 1011100 111010 0 1110 11011010 1010110 101110

Color Harmonies of #115BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BDB

Black with #115BDB

Text Example


Text Example

White with #115BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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