#041075

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

Shades of Navy #041075

Tints of Navy #041075

Color information

#041075 (or 0x041075) is unknown color: approx Navy. HEX triplet: 04, 10 and 75. RGB value is (4,16,117). Sum of RGB (Red+Green+Blue) = 4+16+117=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #041075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041075 is #FBEF8A. Grayscale: #171717. Windows color (decimal): -16510859 or 7671812. OLE color: 7671812.

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

Color convert

RGB416117-
CMYK0.970.8600.54
HSL233.63º93.39%23.73%-
HSV(B)233.63º96.58%45.88%-
XYZ3.451.6816.97-
YUV23.93180.52113.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 117 (46.09% from 255) = 85.40%
R=2.92%
G=11.68%
B=85.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4161170.970.8600.54233.6393.3923.73
Hex410756156036ea5d18
Octal42016514112606635213530
Binary10010000111010111000011010110011011011101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041075; }

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

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

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

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

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

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

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

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