#041983

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

Shades of Navy #041983

Tints of Navy #041983

Color information

#041983 (or 0x041983) is unknown color: approx Navy. HEX triplet: 04, 19 and 83. RGB value is (4,25,131). Sum of RGB (Red+Green+Blue) = 4+25+131=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 131 (51.56% from 255 or 81.88% from 160); Max value from RGB is 131 - color contains mainly: blue. Hex color #041983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041983 is #FBE67C. Grayscale: #1E1E1E. Windows color (decimal): -16508541 or 8591620. OLE color: 8591620.

HSL color Cylindrical-coordinate representation of color #041983: hue angle of 230.08º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041983 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB425131-
CMYK0.970.8100.49
HSL230.08º94.07%26.47%-
HSV(B)230.08º96.95%51.37%-
XYZ4.492.3621.69-
YUV30.8184.54108.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.5%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 131 (51.56% from 255) = 81.88%
R=2.5%
G=15.62%
B=81.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4251310.970.8100.49230.0894.0726.47
Hex419836151031e65e1a
Octal43120314112106134613632
Binary100110011000001111000011010001011000111100110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041983; }

 p { color: rgb(4,25,131); }

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

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

 a { background-color: rgb(4,25,131); }

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

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

 span { border-color: rgb(4,25,131); }

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