#01015A

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

Shades of Navy #01015A

Tints of Navy #01015A

Color information

#01015A (or 0x01015A) is unknown color: approx Navy. HEX triplet: 01, 01 and 5A. RGB value is (1,1,90). Sum of RGB (Red+Green+Blue) = 1+1+90=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 90 (35.55% from 255 or 97.83% from 92); Max value from RGB is 90 - color contains mainly: blue. Hex color #01015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01015A is #FEFEA5. Grayscale: #0A0A0A. Windows color (decimal): -16711334 or 5898497. OLE color: 5898497.

HSL color Cylindrical-coordinate representation of color #01015A: hue angle of 240º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01015A is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB1190-
CMYK0.990.9900.65
HSL240º97.8%17.84%-
HSV(B)240º98.89%35.29%-
XYZ1.870.779.72-
YUV11.15172.5120.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 90 (35.55% from 255) = 97.83%
R=1.09%
G=1.09%
B=97.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal11900.990.9900.6524097.817.84
Hex115A6363041f06212
Octal11132143143010136014222
Binary111011010110001111000110100000111110000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01015A; }

 p { color: rgb(1,1,90); }

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

<style>
 a { background-color: #01015A; }

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

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

<style>
 span { border-color: #01015A; }

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

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