Html Css Color HEX #04035D Navy

📋 copy color: '#04035D'

red 4 ◦ green 3 ◦ blue 93

#04035D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #04035D

Tints of Navy #04035D

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 value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04035D (or 0x04035D) is known color: 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

RGB 4 3 93 -
CMYK 0.96 0.97 0 0.64
HSL 240.67º 0.94% 0.19% -
HSV(B) 240.67º 0.97% 0.36% -
XYZ 2.06 0.88 10.42 -
YUV 13.56 172.83 121.18 -
System Red Green Blue C M Y K H S L
Decimal 4 3 93 0.96 0.97 0 0.64 240.67 0.94 0.19
Hex 4 3 5D 60 61 0 40 F1 5E 13
Octal 4 3 135 140 141 0 100 361 136 23
Binary 100 11 1011101 1100000 1100001 0 1000000 11110001 1011110 10011

Color Harmonies of #04035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04035D

Black with #04035D

Text Example


Text Example

White with #04035D

Text Example


Text Example

HTML Codes & Css Web 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>