#156BE8

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

Shades of Navy Blue #156BE8

Tints of Navy Blue #156BE8

Color information

#156BE8 (or 0x156BE8) is unknown color: approx Navy Blue. HEX triplet: 15, 6B and E8. RGB value is (21,107,232). Sum of RGB (Red+Green+Blue) = 21+107+232=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #156BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156BE8 is #EA9417. Grayscale: #5E5E5E. Windows color (decimal): -15373336 or 15231765. OLE color: 15231765.

HSL color Cylindrical-coordinate representation of color #156BE8: hue angle of 215.55º 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 #156BE8 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21107232-
CMYK0.910.5400.09
HSL215.55º83.4%49.61%-
HSV(B)215.55º90.95%90.98%-
XYZ20.1316.578.47-
YUV95.54205.0174.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.83%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 232 (91.02% from 255) = 64.44%
R=5.83%
G=29.72%
B=64.44%

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
Decimal211072320.910.5400.09215.5583.449.61
Hex156BE85B3609d85332
Octal251533501336601133012362
Binary10101110101111101000101101111011001001110110001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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