#020448

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

Shades of Midnight Express #020448

Tints of Midnight Express #020448

Color information

#020448 (or 0x020448) is unknown color: approx Midnight Express. HEX triplet: 02, 04 and 48. RGB value is (2,4,72). Sum of RGB (Red+Green+Blue) = 2+4+72=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 4 (1.95% from 255 or 5.13% 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 #020448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020448 is #FDFBB7. Grayscale: #0A0A0A. Windows color (decimal): -16645048 or 4719618. OLE color: 4719618.

HSL color Cylindrical-coordinate representation of color #020448: hue angle of 238.29º 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 #020448 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB2472-
CMYK0.970.9400.72
HSL238.29º94.59%14.51%-
HSV(B)238.29º97.22%28.24%-
XYZ1.240.576.18-
YUV11.15162.34121.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal24720.970.9400.72238.2994.5914.51
Hex2448615E048ee5ff
Octal24110141136011035613717
Binary10100100100011000011011110010010001110111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020448; }

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

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

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

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

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

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

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

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