#041496

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

Shades of New Midnight Blue #041496

Tints of New Midnight Blue #041496

Color information

#041496 (or 0x041496) is unknown color: approx New Midnight Blue. HEX triplet: 04, 14 and 96. RGB value is (4,20,150). Sum of RGB (Red+Green+Blue) = 4+20+150=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 150 (58.98% from 255 or 86.21% from 174); Max value from RGB is 150 - color contains mainly: blue. Hex color #041496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041496 is #FBEB69. Grayscale: #1D1D1D. Windows color (decimal): -16509802 or 9835524. OLE color: 9835524.

HSL color Cylindrical-coordinate representation of color #041496: hue angle of 233.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041496 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB420150-
CMYK0.970.8700.41
HSL233.42º94.81%30.2%-
HSV(B)233.42º97.33%58.82%-
XYZ5.812.7329.07-
YUV30.04195.7109.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 150 (58.98% from 255) = 86.21%
R=2.30%
G=11.49%
B=86.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4201500.970.8700.41233.4294.8130.2
Hex414966157029e95f1e
Octal42422614112705135113736
Binary100101001001011011000011010111010100111101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041496; }

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

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

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

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

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

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

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

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