#01006F

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

Shades of Navy #01006F

Tints of Navy #01006F

Color information

#01006F (or 0x01006F) is unknown color: approx Navy. HEX triplet: 01, 00 and 6F. RGB value is (1,0,111). Sum of RGB (Red+Green+Blue) = 1+0+111=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 111 (43.75% from 255 or 99.11% from 112); Max value from RGB is 111 - color contains mainly: blue. Hex color #01006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01006F is #FEFF90. Grayscale: #0C0C0C. Windows color (decimal): -16711569 or 7274497. OLE color: 7274497.

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

Color convert

RGB10111-
CMYK0.99100.56
HSL240.54º100%21.76%-
HSV(B)240.54º100%43.53%-
XYZ2.881.1515.11-
YUV12.95183.33119.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 99.11%
R=0.89%
G=0%
B=99.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101110.99100.56240.5410021.76
Hex106F6364038f16416
Octal1015714314407036114426
Binary10110111111000111100100011100011110001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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