#010472

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

Shades of Navy #010472

Tints of Navy #010472

Color information

#010472 (or 0x010472) is unknown color: approx Navy. HEX triplet: 01, 04 and 72. RGB value is (1,4,114). Sum of RGB (Red+Green+Blue) = 1+4+114=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 114 (44.92% from 255 or 95.80% from 119); Max value from RGB is 114 - color contains mainly: blue. Hex color #010472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010472 is #FEFB8D. Grayscale: #0F0F0F. Windows color (decimal): -16710542 or 7472129. OLE color: 7472129.

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

Color convert

RGB14114-
CMYK0.990.9600.55
HSL238.41º98.26%22.55%-
HSV(B)238.41º99.12%44.71%-
XYZ3.091.3116.01-
YUV15.64183.51117.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 114 (44.92% from 255) = 95.80%
R=0.84%
G=3.36%
B=95.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal141140.990.9600.55238.4198.2622.55
Hex14726360037ee6217
Octal1416214314006735614227
Binary1100111001011000111100000011011111101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010472; }

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

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

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

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

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

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

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

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