#01025D

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

Shades of Navy #01025D

Tints of Navy #01025D

Color information

#01025D (or 0x01025D) is unknown color: approx Navy. HEX triplet: 01, 02 and 5D. RGB value is (1,2,93). Sum of RGB (Red+Green+Blue) = 1+2+93=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 93 (36.72% from 255 or 96.88% from 96); Max value from RGB is 93 - color contains mainly: blue. Hex color #01025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01025D is #FEFDA2. Grayscale: #0B0B0B. Windows color (decimal): -16711075 or 6095361. OLE color: 6095361.

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

Color convert

RGB1293-
CMYK0.990.9800.64
HSL239.35º97.87%18.43%-
HSV(B)239.35º98.92%36.47%-
XYZ2.010.8410.41-
YUV12.08173.67120.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 93 (36.72% from 255) = 96.88%
R=1.04%
G=2.08%
B=96.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal12930.990.9800.64239.3597.8718.43
Hex125D6362040ef6212
Octal12135143142010035714222
Binary1101011101110001111000100100000011101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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