#040248

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

Shades of Midnight Blue #040248

Tints of Midnight Blue #040248

Color information

#040248 (or 0x040248) is unknown color: approx Midnight Blue. HEX triplet: 04, 02 and 48. RGB value is (4,2,72). Sum of RGB (Red+Green+Blue) = 4+2+72=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 72 (28.52% from 255 or 92.31% from 78); Max value from RGB is 72 - color contains mainly: blue. Hex color #040248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040248 is #FBFDB7. Grayscale: #0A0A0A. Windows color (decimal): -16514488 or 4719108. OLE color: 4719108.

HSL color Cylindrical-coordinate representation of color #040248: hue angle of 241.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040248 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB4272-
CMYK0.940.9700.72
HSL241.71º94.59%14.51%-
HSV(B)241.71º97.22%28.24%-
XYZ1.240.546.17-
YUV10.58162.66123.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 72 (28.52% from 255) = 92.31%
R=5.13%
G=2.56%
B=92.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal42720.940.9700.72241.7194.5914.51
Hex42485E61048f25ff
Octal42110136141011036213717
Binary10010100100010111101100001010010001111001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040248; }

 p { color: rgb(4,2,72); }

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

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

 a { background-color: rgb(4,2,72); }

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

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

 span { border-color: rgb(4,2,72); }

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