#040271

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

Shades of Navy #040271

Tints of Navy #040271

Color information

#040271 (or 0x040271) is unknown color: approx Navy. HEX triplet: 04, 02 and 71. RGB value is (4,2,113). Sum of RGB (Red+Green+Blue) = 4+2+113=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 113 (44.53% from 255 or 94.96% from 119); Max value from RGB is 113 - color contains mainly: blue. Hex color #040271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040271 is #FBFD8E. Grayscale: #0E0E0E. Windows color (decimal): -16514447 or 7406084. OLE color: 7406084.

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

Color convert

RGB42113-
CMYK0.960.9800.56
HSL241.08º96.52%22.55%-
HSV(B)241.08º98.23%44.31%-
XYZ3.051.2615.71-
YUV15.25183.16119.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 113 (44.53% from 255) = 94.96%
R=3.36%
G=1.68%
B=94.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal421130.960.9800.56241.0896.5222.55
Hex42716062038f16117
Octal4216114014207036114127
Binary10010111000111000001100010011100011110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040271; }

 p { color: rgb(4,2,113); }

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

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

 a { background-color: rgb(4,2,113); }

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

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

 span { border-color: rgb(4,2,113); }

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