Html Css Color HEX #041384 Navy

📋 copy color: '#041384'

red 4 ◦ green 19 ◦ blue 132

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

Shades of Navy #041384

Tints of Navy #041384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 132 (51.95% from 255) = 85.16%

R = 2.58%
G = 12.26%
B = 85.16%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#041384 (or 0x041384) is known color: Navy. HEX triplet: 04, 13 and 84. RGB value is (4,19,132). Sum of RGB (Red+Green+Blue) = 4+19+132=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 132 (51.95% from 255 or 85.16% from 155); Max value from RGB is 132 - color contains mainly: blue. Hex color #041384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041384 is #FBEC7B. Grayscale: #1A1A1A. Windows color (decimal): -16510076 or 8655620. OLE color: 8655620.

HSL color Cylindrical-coordinate representation of color #041384: hue angle of 232.97º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041384 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 19 132 -
CMYK 0.97 0.86 0 0.48
HSL 232.97º 0.94% 0.27% -
HSV(B) 232.97º 0.97% 0.52% -
XYZ 4.45 2.16 22.01 -
YUV 27.4 187.03 111.31 -
System Red Green Blue C M Y K H S L
Decimal 4 19 132 0.97 0.86 0 0.48 232.97 0.94 0.27
Hex 4 13 84 61 56 0 30 E9 5E 1B
Octal 4 23 204 141 126 0 60 351 136 33
Binary 100 10011 10000100 1100001 1010110 0 110000 11101001 1011110 11011

Color Harmonies of #041384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041384

Black with #041384

Text Example


Text Example

White with #041384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041384; }

 p { color: rgb(4,19,132); }

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

background-color css

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

 a { background-color: rgb(4,19,132); }

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

border-color css

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

 span { border-color: rgb(4,19,132); }

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