Html Css Color HEX #040376 Navy

📋 copy color: '#040376'

red 4 ◦ green 3 ◦ blue 118

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

Shades of Navy #040376

Tints of Navy #040376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 94.4%

R = 3.2%
G = 2.4%
B = 94.4%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#040376 (or 0x040376) is known color: Navy. HEX triplet: 04, 03 and 76. RGB value is (4,3,118). Sum of RGB (Red+Green+Blue) = 4+3+118=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 118 (46.48% from 255 or 94.4% from 125); Max value from RGB is 118 - color contains mainly: blue. Hex color #040376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040376 is #FBFC89. Grayscale: #0F0F0F. Windows color (decimal): -16514186 or 7734020. OLE color: 7734020.

HSL color Cylindrical-coordinate representation of color #040376: hue angle of 240.52º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040376 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 3 118 -
CMYK 0.97 0.97 0 0.54
HSL 240.52º 0.95% 0.24% -
HSV(B) 240.52º 0.97% 0.46% -
XYZ 3.35 1.4 17.23 -
YUV 16.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 4 3 118 0.97 0.97 0 0.54 240.52 0.95 0.24
Hex 4 3 76 61 61 0 36 F1 5F 18
Octal 4 3 166 141 141 0 66 361 137 30
Binary 100 11 1110110 1100001 1100001 0 110110 11110001 1011111 11000

Color Harmonies of #040376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040376

Black with #040376

Text Example


Text Example

White with #040376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040376; }

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

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

background-color css

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

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

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

border-color css

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

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

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