#156DD7

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

Shades of Navy Blue #156DD7

Tints of Navy Blue #156DD7

Color information

#156DD7 (or 0x156DD7) is unknown color: approx Navy Blue. HEX triplet: 15, 6D and D7. RGB value is (21,109,215). Sum of RGB (Red+Green+Blue) = 21+109+215=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #156DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DD7 is #EA9228. Grayscale: #5E5E5E. Windows color (decimal): -15372841 or 14118165. OLE color: 14118165.

HSL color Cylindrical-coordinate representation of color #156DD7: hue angle of 212.78º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156DD7 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21109215-
CMYK0.900.4900.16
HSL212.78º82.2%46.27%-
HSV(B)212.78º90.23%84.31%-
XYZ18.041666.43-
YUV94.77195.8575.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.09%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 215 (84.38% from 255) = 62.32%
R=6.09%
G=31.59%
B=62.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211092150.900.4900.16212.7882.246.27
Hex156DD75A31010d5522e
Octal251553271326102032512256
Binary101011101101110101111011010110001010000110101011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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