#04015A

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

Shades of Navy #04015A

Tints of Navy #04015A

Color information

#04015A (or 0x04015A) is unknown color: approx Navy. HEX triplet: 04, 01 and 5A. RGB value is (4,1,90). Sum of RGB (Red+Green+Blue) = 4+1+90=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 90 (35.55% from 255 or 94.74% from 95); Max value from RGB is 90 - color contains mainly: blue. Hex color #04015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04015A is #FBFEA5. Grayscale: #0B0B0B. Windows color (decimal): -16514726 or 5898500. OLE color: 5898500.

HSL color Cylindrical-coordinate representation of color #04015A: hue angle of 242.02º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04015A is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB4190-
CMYK0.960.9900.65
HSL242.02º97.8%17.84%-
HSV(B)242.02º98.89%35.29%-
XYZ1.910.799.72-
YUV12.04171.99122.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 90 (35.55% from 255) = 94.74%
R=4.21%
G=1.05%
B=94.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal41900.960.9900.65242.0297.817.84
Hex415A6063041f26212
Octal41132140143010136214222
Binary10011011010110000011000110100000111110010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04015A; }

 p { color: rgb(4,1,90); }

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

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

 a { background-color: rgb(4,1,90); }

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

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

 span { border-color: rgb(4,1,90); }

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