#115bd4

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

Shades of Navy Blue #115BD4

Tints of Navy Blue #115BD4

Color information

#115BD4 (or 0x115BD4) is unknown color: approx Navy Blue. HEX triplet: 11, 5B and D4. RGB value is (17,91,212). Sum of RGB (Red+Green+Blue) = 17+91+212=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 212 (83.20% from 255 or 66.25% from 320); Max value from RGB is 212 - color contains mainly: blue. Hex color #115BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BD4 is #EEA42B. Grayscale: #525252. Windows color (decimal): -15639596 or 13916945. OLE color: 13916945.

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

Color convert

RGB1791212-
CMYK0.920.5700.17
HSL217.23º85.15%44.9%-
HSV(B)217.23º91.98%83.14%-
XYZ15.8612.3563.84-
YUV82.67200.9881.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.31%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 212 (83.20% from 255) = 66.25%
R=5.31%
G=28.44%
B=66.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal17912120.920.5700.17217.2385.1544.9
Hex115BD45C39011d9552d
Octal211333241347102133112555
Binary100011011011110101001011100111001010001110110011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115bd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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