#156DDA

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

Shades of Navy Blue #156DDA

Tints of Navy Blue #156DDA

Color information

#156DDA (or 0x156DDA) is unknown color: approx Navy Blue. HEX triplet: 15, 6D and DA. RGB value is (21,109,218). Sum of RGB (Red+Green+Blue) = 21+109+218=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #156DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DDA is #EA9225. Grayscale: #5E5E5E. Windows color (decimal): -15372838 or 14314773. OLE color: 14314773.

HSL color Cylindrical-coordinate representation of color #156DDA: hue angle of 213.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156DDA is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21109218-
CMYK0.900.500.15
HSL213.2º82.43%46.86%-
HSV(B)213.2º90.37%85.49%-
XYZ18.4316.1668.48-
YUV95.11197.3575.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.03%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 218 (85.55% from 255) = 62.64%
R=6.03%
G=31.32%
B=62.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211092180.900.500.15213.282.4346.86
Hex156DDA5A320Fd5522f
Octal251553321326201732512257
Binary10101110110111011010101101011001001111110101011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156DDA; }

 p { color: rgb(21,109,218); }

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

<style>
 a { background-color: #156DDA; }

 a { background-color: rgb(21,109,218); }

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

<style>
 span { border-color: #156DDA; }

 span { border-color: rgb(21,109,218); }

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