#041073

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

Shades of Navy #041073

Tints of Navy #041073

Color information

#041073 (or 0x041073) is unknown color: approx Navy. HEX triplet: 04, 10 and 73. RGB value is (4,16,115). Sum of RGB (Red+Green+Blue) = 4+16+115=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #041073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041073 is #FBEF8C. Grayscale: #171717. Windows color (decimal): -16510861 or 7540740. OLE color: 7540740.

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

Color convert

RGB416115-
CMYK0.970.8600.55
HSL233.51º93.28%23.33%-
HSV(B)233.51º96.52%45.1%-
XYZ3.331.6316.36-
YUV23.7179.52113.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 115 (45.31% from 255) = 85.19%
R=2.96%
G=11.85%
B=85.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4161150.970.8600.55233.5193.2823.33
Hex410736156037ea5d17
Octal42016314112606735213527
Binary10010000111001111000011010110011011111101010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041073; }

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

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

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

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

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

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

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

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