#015FC9

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

Shades of Navy Blue #015FC9

Tints of Navy Blue #015FC9

Color information

#015FC9 (or 0x015FC9) is unknown color: approx Navy Blue. HEX triplet: 01, 5F and C9. RGB value is (1,95,201). Sum of RGB (Red+Green+Blue) = 1+95+201=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 201 (78.91% from 255 or 67.68% from 297); Max value from RGB is 201 - color contains mainly: blue. Hex color #015FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FC9 is #FEA036. Grayscale: #4E4E4E. Windows color (decimal): -16687159 or 13197057. OLE color: 13197057.

HSL color Cylindrical-coordinate representation of color #015FC9: hue angle of 211.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FC9 is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195201-
CMYK1.000.5300.21
HSL211.8º99.01%39.61%-
HSV(B)211.8º99.5%78.82%-
XYZ14.6512.4156.88-
YUV78.98196.8672.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 201 (78.91% from 255) = 67.68%
R=0.34%
G=31.99%
B=67.68%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952011.000.5300.21211.899.0139.61
Hex15FC96435015d46328
Octal11373111446502532414350
Binary11011111110010011100100110101010101110101001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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