#041475

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

Shades of Midnight Blue #041475

Tints of Midnight Blue #041475

Color information

#041475 (or 0x041475) is unknown color: approx Midnight Blue. HEX triplet: 04, 14 and 75. RGB value is (4,20,117). Sum of RGB (Red+Green+Blue) = 4+20+117=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #041475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041475 is #FBEB8A. Grayscale: #191919. Windows color (decimal): -16509835 or 7672836. OLE color: 7672836.

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

Color convert

RGB420117-
CMYK0.970.8300.54
HSL231.5º93.39%23.73%-
HSV(B)231.5º96.58%45.88%-
XYZ3.511.8116.99-
YUV26.27179.2112.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 117 (46.09% from 255) = 82.98%
R=2.84%
G=14.18%
B=82.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4201170.970.8300.54231.593.3923.73
Hex414756153036e85d18
Octal42416514112306635013530
Binary10010100111010111000011010011011011011101000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041475; }

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

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

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

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

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

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

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

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