#04035D

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

Shades of Navy #04035D

Tints of Navy #04035D

Color information

#04035D (or 0x04035D) is unknown color: approx Navy. HEX triplet: 04, 03 and 5D. RGB value is (4,3,93). Sum of RGB (Red+Green+Blue) = 4+3+93=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 93 (36.72% from 255 or 93% from 100); Max value from RGB is 93 - color contains mainly: blue. Hex color #04035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04035D is #FBFCA2. Grayscale: #0D0D0D. Windows color (decimal): -16514211 or 6095620. OLE color: 6095620.

HSL color Cylindrical-coordinate representation of color #04035D: hue angle of 240.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04035D is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB4393-
CMYK0.960.9700.64
HSL240.67º93.75%18.82%-
HSV(B)240.67º96.77%36.47%-
XYZ2.060.8810.42-
YUV13.56172.83121.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 93 (36.72% from 255) = 93%
R=4%
G=3%
B=93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal43930.960.9700.64240.6793.7518.82
Hex435D6061040f15e13
Octal43135140141010036113623
Binary100111011101110000011000010100000011110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04035D; }

 p { color: rgb(4,3,93); }

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

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

 a { background-color: rgb(4,3,93); }

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

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

 span { border-color: rgb(4,3,93); }

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