#01006B

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

Shades of Navy #01006B

Tints of Navy #01006B

Color information

#01006B (or 0x01006B) is unknown color: approx Navy. HEX triplet: 01, 00 and 6B. RGB value is (1,0,107). Sum of RGB (Red+Green+Blue) = 1+0+107=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 107 (42.19% from 255 or 99.07% from 108); Max value from RGB is 107 - color contains mainly: blue. Hex color #01006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01006B is #FEFF94. Grayscale: #0C0C0C. Windows color (decimal): -16711573 or 7012353. OLE color: 7012353.

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

Color convert

RGB10107-
CMYK0.99100.58
HSL240.56º100%20.98%-
HSV(B)240.56º100%41.96%-
XYZ2.671.0713.98-
YUV12.5181.33119.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 99.07%
R=0.93%
G=0%
B=99.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101070.99100.58240.5610020.98
Hex106B636403Af16415
Octal1015314314407236114425
Binary10110101111000111100100011101011110001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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