#040058

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

Shades of Navy #040058

Tints of Navy #040058

Color information

#040058 (or 0x040058) is unknown color: approx Navy. HEX triplet: 04, 00 and 58. RGB value is (4,0,88). Sum of RGB (Red+Green+Blue) = 4+0+88=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 88 (34.77% from 255 or 95.65% from 92); Max value from RGB is 88 - color contains mainly: blue. Hex color #040058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040058 is #FBFFA7. Grayscale: #0A0A0A. Windows color (decimal): -16514984 or 5767172. OLE color: 5767172.

HSL color Cylindrical-coordinate representation of color #040058: hue angle of 242.73º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040058 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB4088-
CMYK0.95100.65
HSL242.73º100%17.25%-
HSV(B)242.73º100%34.51%-
XYZ1.810.739.28-
YUV11.23171.33122.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 95.65%
R=4.35%
G=0%
B=95.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal40880.95100.65242.7310017.25
Hex40585F64041f36411
Octal40130137144010136314421
Binary10001011000101111111001000100000111110011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040058; }

 p { color: rgb(4,0,88); }

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

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

 a { background-color: rgb(4,0,88); }

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

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

 span { border-color: rgb(4,0,88); }

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