#010072

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

Shades of Navy #010072

Tints of Navy #010072

Color information

#010072 (or 0x010072) is unknown color: approx Navy. HEX triplet: 01, 00 and 72. RGB value is (1,0,114). Sum of RGB (Red+Green+Blue) = 1+0+114=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 114 (44.92% from 255 or 99.13% from 115); Max value from RGB is 114 - color contains mainly: blue. Hex color #010072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010072 is #FEFF8D. Grayscale: #0C0C0C. Windows color (decimal): -16711566 or 7471105. OLE color: 7471105.

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

Color convert

RGB10114-
CMYK0.99100.55
HSL240.53º100%22.35%-
HSV(B)240.53º100%44.71%-
XYZ3.051.2215.99-
YUV13.3184.83119.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 99.13%
R=0.87%
G=0%
B=99.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101140.99100.55240.5310022.35
Hex10726364037f16416
Octal1016214314406736114426
Binary10111001011000111100100011011111110001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010072; }

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

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

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

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

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

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

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

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