#01027F

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

Shades of Navy #01027F

Tints of Navy #01027F

Color information

#01027F (or 0x01027F) is unknown color: approx Navy. HEX triplet: 01, 02 and 7F. RGB value is (1,2,127). Sum of RGB (Red+Green+Blue) = 1+2+127=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 127 (50% from 255 or 97.69% from 130); Max value from RGB is 127 - color contains mainly: blue. Hex color #01027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01027F is #FEFD80. Grayscale: #0F0F0F. Windows color (decimal): -16711041 or 8323585. OLE color: 8323585.

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

Color convert

RGB12127-
CMYK0.990.9800.50
HSL239.52º98.44%25.1%-
HSV(B)239.52º99.21%49.8%-
XYZ3.861.5820.18-
YUV15.95190.67117.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 127 (50% from 255) = 97.69%
R=0.77%
G=1.54%
B=97.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121270.990.9800.50239.5298.4425.1
Hex127F6362032f06219
Octal1217714314206236014231
Binary110111111111000111100010011001011110000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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