#01026F

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

Shades of Navy #01026F

Tints of Navy #01026F

Color information

#01026F (or 0x01026F) is unknown color: approx Navy. HEX triplet: 01, 02 and 6F. RGB value is (1,2,111). Sum of RGB (Red+Green+Blue) = 1+2+111=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 111 (43.75% from 255 or 97.37% from 114); Max value from RGB is 111 - color contains mainly: blue. Hex color #01026F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01026F is #FEFD90. Grayscale: #0D0D0D. Windows color (decimal): -16711057 or 7275009. OLE color: 7275009.

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

Color convert

RGB12111-
CMYK0.990.9800.56
HSL239.45º98.21%21.96%-
HSV(B)239.45º99.1%43.53%-
XYZ2.91.215.12-
YUV14.13182.67118.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 111 (43.75% from 255) = 97.37%
R=0.88%
G=1.75%
B=97.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal121110.990.9800.56239.4598.2121.96
Hex126F6362038ef6216
Octal1215714314207035714226
Binary110110111111000111100010011100011101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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