#041072

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

Shades of Navy #041072

Tints of Navy #041072

Color information

#041072 (or 0x041072) is unknown color: approx Navy. HEX triplet: 04, 10 and 72. RGB value is (4,16,114). Sum of RGB (Red+Green+Blue) = 4+16+114=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 114 (44.92% from 255 or 85.07% from 134); Max value from RGB is 114 - color contains mainly: blue. Hex color #041072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041072 is #FBEF8D. Grayscale: #171717. Windows color (decimal): -16510862 or 7475204. OLE color: 7475204.

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

Color convert

RGB416114-
CMYK0.960.8600.55
HSL233.45º93.22%23.14%-
HSV(B)233.45º96.49%44.71%-
XYZ3.271.6116.06-
YUV23.58179.02114.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 114 (44.92% from 255) = 85.07%
R=2.99%
G=11.94%
B=85.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4161140.960.8600.55233.4593.2223.14
Hex410726056037e95d17
Octal42016214012606735113527
Binary10010000111001011000001010110011011111101001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041072; }

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

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

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

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

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

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

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

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