#040278

Color #040278 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #040278

Tints of Navy #040278

Color information

#040278 (or 0x040278) is unknown color: approx 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

RGB42120-
CMYK0.970.9800.53
HSL241.02º96.72%23.92%-
HSV(B)241.02º98.33%47.06%-
XYZ3.461.4317.86-
YUV16.05186.66119.41-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421200.970.9800.53241.0296.7223.92
Hex42786162035f16118
Octal4217014114206536114130
Binary10010111100011000011100010011010111110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>