Html Css Color HEX #04036F Navy

📋 copy color: '#04036F'

red 4 ◦ green 3 ◦ blue 111

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

Shades of Navy #04036F

Tints of Navy #04036F

RGB

 RED value IS 4 (1.95% from 255) = 3.39%

 GREEN value IS 3 (1.56% from 255) = 2.54%

 BLUE value IS 111 (43.75% from 255) = 94.07%

R = 3.39%
G = 2.54%
B = 94.07%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04036F (or 0x04036F) is known color: Navy. HEX triplet: 04, 03 and 6F. RGB value is (4,3,111). Sum of RGB (Red+Green+Blue) = 4+3+111=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 111 (43.75% from 255 or 94.07% from 118); Max value from RGB is 111 - color contains mainly: blue. Hex color #04036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04036F is #FBFC90. Grayscale: #0F0F0F. Windows color (decimal): -16514193 or 7275268. OLE color: 7275268.

HSL color Cylindrical-coordinate representation of color #04036F: hue angle of 240.56º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04036F is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 3 111 -
CMYK 0.96 0.97 0 0.56
HSL 240.56º 0.95% 0.22% -
HSV(B) 240.56º 0.97% 0.44% -
XYZ 2.95 1.24 15.12 -
YUV 15.61 181.83 119.72 -
System Red Green Blue C M Y K H S L
Decimal 4 3 111 0.96 0.97 0 0.56 240.56 0.95 0.22
Hex 4 3 6F 60 61 0 38 F1 5F 16
Octal 4 3 157 140 141 0 70 361 137 26
Binary 100 11 1101111 1100000 1100001 0 111000 11110001 1011111 10110

Color Harmonies of #04036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04036F

Black with #04036F

Text Example


Text Example

White with #04036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04036F; }

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

 H1.HeaderClassName
 {
   color: #04036F;
 }
 .AnyTagClassName
 {
   color: #04036F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #04036F;
 }
 .BgClassName
 {
   background-color: #04036F;
 }
</style>

border-color css

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

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

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