#01025A

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

Shades of Navy #01025A

Tints of Navy #01025A

Color information

#01025A (or 0x01025A) is unknown color: approx Navy. HEX triplet: 01, 02 and 5A. RGB value is (1,2,90). Sum of RGB (Red+Green+Blue) = 1+2+90=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 90 (35.55% from 255 or 96.77% from 93); Max value from RGB is 90 - color contains mainly: blue. Hex color #01025A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01025A is #FEFDA5. Grayscale: #0B0B0B. Windows color (decimal): -16711078 or 5898753. OLE color: 5898753.

HSL color Cylindrical-coordinate representation of color #01025A: hue angle of 239.33º 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 #01025A is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB1290-
CMYK0.990.9800.65
HSL239.33º97.8%17.84%-
HSV(B)239.33º98.89%35.29%-
XYZ1.880.799.73-
YUV11.73172.17120.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 90 (35.55% from 255) = 96.77%
R=1.08%
G=2.15%
B=96.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal12900.990.9800.65239.3397.817.84
Hex125A6362041ef6212
Octal12132143142010135714222
Binary1101011010110001111000100100000111101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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