#0156F8

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

Shades of Navy Blue #0156F8

Tints of Navy Blue #0156F8

Color information

#0156F8 (or 0x0156F8) is unknown color: approx Navy Blue. HEX triplet: 01, 56 and F8. RGB value is (1,86,248). Sum of RGB (Red+Green+Blue) = 1+86+248=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 248 (97.27% from 255 or 74.03% from 335); Max value from RGB is 248 - color contains mainly: blue. Hex color #0156F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0156F8 is #FEA907. Grayscale: #4E4E4E. Windows color (decimal): -16689416 or 16274945. OLE color: 16274945.

HSL color Cylindrical-coordinate representation of color #0156F8: hue angle of 219.35º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0156F8 is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186248-
CMYK1.000.6500.03
HSL219.35º99.2%48.82%-
HSV(B)219.35º99.6%97.25%-
XYZ20.2813.4490.33-
YUV79.05223.3472.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 248 (97.27% from 255) = 74.03%
R=0.30%
G=25.67%
B=74.03%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481.000.6500.03219.3599.248.82
Hex156F8644103db6331
Octal11263701441010333314361
Binary110101101111100011001001000001011110110111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0156F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0156F8; }

 p { color: rgb(1,86,248); }

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

<style>
 a { background-color: #0156F8; }

 a { background-color: rgb(1,86,248); }

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

<style>
 span { border-color: #0156F8; }

 span { border-color: rgb(1,86,248); }

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