#015FF3

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

Shades of Navy Blue #015FF3

Tints of Navy Blue #015FF3

Color information

#015FF3 (or 0x015FF3) is unknown color: approx Navy Blue. HEX triplet: 01, 5F and F3. RGB value is (1,95,243). Sum of RGB (Red+Green+Blue) = 1+95+243=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 243 (95.31% from 255 or 71.68% from 339); Max value from RGB is 243 - color contains mainly: blue. Hex color #015FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015FF3 is #FEA00C. Grayscale: #535353. Windows color (decimal): -16687117 or 15949569. OLE color: 15949569.

HSL color Cylindrical-coordinate representation of color #015FF3: hue angle of 216.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FF3 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195243-
CMYK1.000.6100.05
HSL216.69º99.18%47.84%-
HSV(B)216.69º99.59%95.29%-
XYZ20.2814.6686.56-
YUV83.77217.8668.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 243 (95.31% from 255) = 71.68%
R=0.29%
G=28.02%
B=71.68%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952431.000.6100.05216.6999.1847.84
Hex15FF3643D05d96330
Octal1137363144750533114360
Binary110111111111001111001001111010101110110011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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