#01007A

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

Shades of Navy #01007A

Tints of Navy #01007A

Color information

#01007A (or 0x01007A) is unknown color: approx Navy. HEX triplet: 01, 00 and 7A. RGB value is (1,0,122). Sum of RGB (Red+Green+Blue) = 1+0+122=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 122 (48.05% from 255 or 99.19% from 123); Max value from RGB is 122 - color contains mainly: blue. Hex color #01007A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01007A is #FEFF85. Grayscale: #0D0D0D. Windows color (decimal): -16711558 or 7995393. OLE color: 7995393.

HSL color Cylindrical-coordinate representation of color #01007A: hue angle of 240.49º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01007A is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10122-
CMYK0.99100.52
HSL240.49º100%23.92%-
HSV(B)240.49º100%47.84%-
XYZ3.531.4118.5-
YUV14.21188.83118.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 99.19%
R=0.81%
G=0%
B=99.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101220.99100.52240.4910023.92
Hex107A6364034f06418
Octal1017214314406436014430
Binary10111101011000111100100011010011110000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01007A; }

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

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

<style>
 a { background-color: #01007A; }

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

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

<style>
 span { border-color: #01007A; }

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

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