#040378

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

Shades of Navy #040378

Tints of Navy #040378

Color information

#040378 (or 0x040378) is unknown color: approx Navy. HEX triplet: 04, 03 and 78. RGB value is (4,3,120). Sum of RGB (Red+Green+Blue) = 4+3+120=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 120 (47.27% from 255 or 94.49% from 127); Max value from RGB is 120 - color contains mainly: blue. Hex color #040378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040378 is #FBFC87. Grayscale: #101010. Windows color (decimal): -16514184 or 7865092. OLE color: 7865092.

HSL color Cylindrical-coordinate representation of color #040378: hue angle of 240.51º degrees, saturation: 0.95, 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 #040378 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB43120-
CMYK0.970.9800.53
HSL240.51º95.12%24.12%-
HSV(B)240.51º97.5%47.06%-
XYZ3.471.4517.87-
YUV16.64186.33118.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 120 (47.27% from 255) = 94.49%
R=3.15%
G=2.36%
B=94.49%

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
Decimal431200.970.9800.53240.5195.1224.12
Hex43786162035f15f18
Octal4317014114206536113730
Binary10011111100011000011100010011010111110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040378; }

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

 H1.HeaderClassName
 {
   color: #040378;
 }
 .AnyTagClassName
 {
   color: #040378;
 }
</style>
background-color css

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

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

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

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

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

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