#156AE8

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

Shades of Navy Blue #156AE8

Tints of Navy Blue #156AE8

Color information

#156AE8 (or 0x156AE8) is unknown color: approx Navy Blue. HEX triplet: 15, 6A and E8. RGB value is (21,106,232). Sum of RGB (Red+Green+Blue) = 21+106+232=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 232 (91.02% from 255 or 64.62% from 359); Max value from RGB is 232 - color contains mainly: blue. Hex color #156AE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156AE8 is #EA9517. Grayscale: #5E5E5E. Windows color (decimal): -15373592 or 15231509. OLE color: 15231509.

HSL color Cylindrical-coordinate representation of color #156AE8: hue angle of 215.83º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156AE8 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21106232-
CMYK0.910.5400.09
HSL215.83º83.4%49.61%-
HSV(B)215.83º90.95%90.98%-
XYZ20.0316.2978.43-
YUV94.95205.3475.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.85%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 232 (91.02% from 255) = 64.62%
R=5.85%
G=29.53%
B=64.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211062320.910.5400.09215.8383.449.61
Hex156AE85B3609d85332
Octal251523501336601133012362
Binary10101110101011101000101101111011001001110110001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,106,232); }

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

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

 a { background-color: rgb(21,106,232); }

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

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

 span { border-color: rgb(21,106,232); }

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