#040283

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

Shades of Navy #040283

Tints of Navy #040283

Color information

#040283 (or 0x040283) is unknown color: approx Navy. HEX triplet: 04, 02 and 83. RGB value is (4,2,131). Sum of RGB (Red+Green+Blue) = 4+2+131=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 131 (51.56% from 255 or 95.62% from 137); Max value from RGB is 131 - color contains mainly: blue. Hex color #040283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040283 is #FBFD7C. Grayscale: #101010. Windows color (decimal): -16514429 or 8585732. OLE color: 8585732.

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

Color convert

RGB42131-
CMYK0.970.9800.49
HSL240.93º96.99%26.08%-
HSV(B)240.93º98.47%51.37%-
XYZ4.171.7121.58-
YUV17.3192.16118.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 131 (51.56% from 255) = 95.62%
R=2.92%
G=1.46%
B=95.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421310.970.9800.49240.9396.9926.08
Hex42836162031f1611a
Octal4220314114206136114132
Binary100101000001111000011100010011000111110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040283; }

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

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

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

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

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

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

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

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