#015FE9

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

Shades of Navy Blue #015FE9

Tints of Navy Blue #015FE9

Color information

#015FE9 (or 0x015FE9) is unknown color: approx Navy Blue. HEX triplet: 01, 5F and E9. RGB value is (1,95,233). Sum of RGB (Red+Green+Blue) = 1+95+233=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 233 (91.41% from 255 or 70.82% from 329); Max value from RGB is 233 - color contains mainly: blue. Hex color #015FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015FE9 is #FEA016. Grayscale: #515151. Windows color (decimal): -16687127 or 15294209. OLE color: 15294209.

HSL color Cylindrical-coordinate representation of color #015FE9: hue angle of 215.69º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FE9 is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195233-
CMYK1.000.5900.09
HSL215.69º99.15%45.88%-
HSV(B)215.69º99.57%91.37%-
XYZ18.8114.0778.82-
YUV82.63212.8669.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 233 (91.41% from 255) = 70.82%
R=0.30%
G=28.88%
B=70.82%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1952331.000.5900.09215.6999.1545.88
Hex15FE9643B09d8632e
Octal11373511447301133014356
Binary1101111111101001110010011101101001110110001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015FE9; }

 p { color: rgb(1,95,233); }

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

<style>
 a { background-color: #015FE9; }

 a { background-color: rgb(1,95,233); }

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

<style>
 span { border-color: #015FE9; }

 span { border-color: rgb(1,95,233); }

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