Html Css Color HEX #040278 Navy

📋 copy color: '#040278'

red 4 ◦ green 2 ◦ blue 120

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

Shades of Navy #040278

Tints of Navy #040278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.59%

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

R = 3.17%
G = 1.59%
B = 95.24%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#040278 (or 0x040278) is known color: Navy. HEX triplet: 04, 02 and 78. RGB value is (4,2,120). Sum of RGB (Red+Green+Blue) = 4+2+120=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 120 (47.27% from 255 or 95.24% from 126); Max value from RGB is 120 - color contains mainly: blue. Hex color #040278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040278 is #FBFD87. Grayscale: #0F0F0F. Windows color (decimal): -16514440 or 7864836. OLE color: 7864836.

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

Color convert

RGB 4 2 120 -
CMYK 0.97 0.98 0 0.53
HSL 241.02º 0.97% 0.24% -
HSV(B) 241.02º 0.98% 0.47% -
XYZ 3.46 1.43 17.86 -
YUV 16.05 186.66 119.41 -
System Red Green Blue C M Y K H S L
Decimal 4 2 120 0.97 0.98 0 0.53 241.02 0.97 0.24
Hex 4 2 78 61 62 0 35 F1 61 18
Octal 4 2 170 141 142 0 65 361 141 30
Binary 100 10 1111000 1100001 1100010 0 110101 11110001 1100001 11000

Color Harmonies of #040278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040278

Black with #040278

Text Example


Text Example

White with #040278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040278; }

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

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

background-color css

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

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

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

border-color css

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

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

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