#01027C

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

Shades of Navy #01027C

Tints of Navy #01027C

Color information

#01027C (or 0x01027C) is unknown color: approx Navy. HEX triplet: 01, 02 and 7C. RGB value is (1,2,124). Sum of RGB (Red+Green+Blue) = 1+2+124=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 124 (48.83% from 255 or 97.64% from 127); Max value from RGB is 124 - color contains mainly: blue. Hex color #01027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01027C is #FEFD83. Grayscale: #0F0F0F. Windows color (decimal): -16711044 or 8126977. OLE color: 8126977.

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

Color convert

RGB12124-
CMYK0.990.9800.51
HSL239.51º98.4%24.51%-
HSV(B)239.51º99.19%48.63%-
XYZ3.671.5119.17-
YUV15.61189.17117.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 124 (48.83% from 255) = 97.64%
R=0.79%
G=1.57%
B=97.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121240.990.9800.51239.5198.424.51
Hex127C6362033f06219
Octal1217414314206336014231
Binary110111110011000111100010011001111110000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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