#041474

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

Shades of Midnight Blue #041474

Tints of Midnight Blue #041474

Color information

#041474 (or 0x041474) is unknown color: approx Midnight Blue. HEX triplet: 04, 14 and 74. RGB value is (4,20,116). Sum of RGB (Red+Green+Blue) = 4+20+116=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #041474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041474 is #FBEB8B. Grayscale: #191919. Windows color (decimal): -16509836 or 7607300. OLE color: 7607300.

HSL color Cylindrical-coordinate representation of color #041474: hue angle of 231.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041474 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB420116-
CMYK0.970.8300.55
HSL231.43º93.33%23.53%-
HSV(B)231.43º96.55%45.49%-
XYZ3.451.7916.69-
YUV26.16178.7112.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 116 (45.70% from 255) = 82.86%
R=2.86%
G=14.29%
B=82.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4201160.970.8300.55231.4393.3323.53
Hex414746153037e75d18
Octal42416414112306734713530
Binary10010100111010011000011010011011011111100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041474; }

 p { color: rgb(4,20,116); }

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

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

 a { background-color: rgb(4,20,116); }

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

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

 span { border-color: rgb(4,20,116); }

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