#115BD6

Color #115BD6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #115BD6

Tints of Navy Blue #115BD6

Color information

#115BD6 (or 0x115BD6) is unknown color: approx Navy Blue. HEX triplet: 11, 5B and D6. RGB value is (17,91,214). Sum of RGB (Red+Green+Blue) = 17+91+214=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #115BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BD6 is #EEA429. Grayscale: #525252. Windows color (decimal): -15639594 or 14048017. OLE color: 14048017.

HSL color Cylindrical-coordinate representation of color #115BD6: hue angle of 217.46º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115BD6 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1791214-
CMYK0.920.5700.16
HSL217.46º85.28%45.29%-
HSV(B)217.46º92.06%83.92%-
XYZ16.1112.4665.17-
YUV82.9201.9881-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.28%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 214 (83.98% from 255) = 66.46%
R=5.28%
G=28.26%
B=66.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal17912140.920.5700.16217.4685.2845.29
Hex115BD65C39010d9552d
Octal211333261347102033112555
Binary100011011011110101101011100111001010000110110011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #115BD6;
 }
 .AnyTagClassName
 {
   color: #115BD6;
 }
</style>
background-color css

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

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

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

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

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

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