#010070

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

Shades of Navy #010070

Tints of Navy #010070

Color information

#010070 (or 0x010070) is unknown color: approx Navy. HEX triplet: 01, 00 and 70. RGB value is (1,0,112). Sum of RGB (Red+Green+Blue) = 1+0+112=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 112 (44.14% from 255 or 99.12% from 113); Max value from RGB is 112 - color contains mainly: blue. Hex color #010070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010070 is #FEFF8F. Grayscale: #0C0C0C. Windows color (decimal): -16711568 or 7340033. OLE color: 7340033.

HSL color Cylindrical-coordinate representation of color #010070: 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 #010070 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10112-
CMYK0.99100.56
HSL240.54º100%21.96%-
HSV(B)240.54º100%43.92%-
XYZ2.941.1815.4-
YUV13.07183.83119.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 99.12%
R=0.88%
G=0%
B=99.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101120.99100.56240.5410021.96
Hex10706364038f16416
Octal1016014314407036114426
Binary10111000011000111100100011100011110001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010070; }

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

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

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

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

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

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

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

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