#010073

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

Shades of Navy #010073

Tints of Navy #010073

Color information

#010073 (or 0x010073) is unknown color: approx Navy. HEX triplet: 01, 00 and 73. RGB value is (1,0,115). Sum of RGB (Red+Green+Blue) = 1+0+115=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 115 (45.31% from 255 or 99.14% from 116); Max value from RGB is 115 - color contains mainly: blue. Hex color #010073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010073 is #FEFF8C. Grayscale: #0C0C0C. Windows color (decimal): -16711565 or 7536641. OLE color: 7536641.

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

Color convert

RGB10115-
CMYK0.99100.55
HSL240.52º100%22.55%-
HSV(B)240.52º100%45.1%-
XYZ3.111.2416.3-
YUV13.41185.33119.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 99.14%
R=0.86%
G=0%
B=99.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101150.99100.55240.5210022.55
Hex10736364037f16417
Octal1016314314406736114427
Binary10111001111000111100100011011111110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010073; }

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

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

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

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

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

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

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

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