#01025F

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

Shades of Navy #01025F

Tints of Navy #01025F

Color information

#01025F (or 0x01025F) is unknown color: approx Navy. HEX triplet: 01, 02 and 5F. RGB value is (1,2,95). Sum of RGB (Red+Green+Blue) = 1+2+95=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 95 (37.5% from 255 or 96.94% from 98); Max value from RGB is 95 - color contains mainly: blue. Hex color #01025F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01025F is #FEFDA0. Grayscale: #0B0B0B. Windows color (decimal): -16711073 or 6226433. OLE color: 6226433.

HSL color Cylindrical-coordinate representation of color #01025F: hue angle of 239.36º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01025F is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB1295-
CMYK0.990.9800.63
HSL239.36º97.92%18.82%-
HSV(B)239.36º98.95%37.25%-
XYZ2.10.8810.88-
YUV12.3174.67119.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 95 (37.5% from 255) = 96.94%
R=1.02%
G=2.04%
B=96.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal12950.990.9800.63239.3697.9218.82
Hex125F636203Fef6213
Octal1213714314207735714223
Binary110101111111000111100010011111111101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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