Html Css Color HEX #041078 Navy

📋 copy color: '#041078'

red 4 ◦ green 16 ◦ blue 120

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

Shades of Navy #041078

Tints of Navy #041078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

 BLUE value IS 120 (47.27% from 255) = 85.71%

R = 2.86%
G = 11.43%
B = 85.71%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#041078 (or 0x041078) is known color: Navy. HEX triplet: 04, 10 and 78. RGB value is (4,16,120). Sum of RGB (Red+Green+Blue) = 4+16+120=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 120 (47.27% from 255 or 85.71% from 140); Max value from RGB is 120 - color contains mainly: blue. Hex color #041078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041078 is #FBEF87. Grayscale: #171717. Windows color (decimal): -16510856 or 7868420. OLE color: 7868420.

HSL color Cylindrical-coordinate representation of color #041078: hue angle of 233.79º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041078 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 16 120 -
CMYK 0.97 0.87 0 0.53
HSL 233.79º 0.94% 0.24% -
HSV(B) 233.79º 0.97% 0.47% -
XYZ 3.63 1.75 17.92 -
YUV 24.27 182.02 113.54 -
System Red Green Blue C M Y K H S L
Decimal 4 16 120 0.97 0.87 0 0.53 233.79 0.94 0.24
Hex 4 10 78 61 57 0 35 EA 5E 18
Octal 4 20 170 141 127 0 65 352 136 30
Binary 100 10000 1111000 1100001 1010111 0 110101 11101010 1011110 11000

Color Harmonies of #041078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041078

Black with #041078

Text Example


Text Example

White with #041078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041078; }

 p { color: rgb(4,16,120); }

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

background-color css

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

 a { background-color: rgb(4,16,120); }

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

border-color css

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

 span { border-color: rgb(4,16,120); }

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