#010448

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

Shades of Midnight Express #010448

Tints of Midnight Express #010448

Color information

#010448 (or 0x010448) is unknown color: approx Midnight Express. HEX triplet: 01, 04 and 48. RGB value is (1,4,72). Sum of RGB (Red+Green+Blue) = 1+4+72=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 72 (28.52% from 255 or 93.51% from 77); Max value from RGB is 72 - color contains mainly: blue. Hex color #010448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010448 is #FEFBB7. Grayscale: #0A0A0A. Windows color (decimal): -16710584 or 4719617. OLE color: 4719617.

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

Color convert

RGB1472-
CMYK0.990.9400.72
HSL237.46º97.26%14.31%-
HSV(B)237.46º98.61%28.24%-
XYZ1.230.566.17-
YUV10.86162.51120.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 72 (28.52% from 255) = 93.51%
R=1.30%
G=5.19%
B=93.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal14720.990.9400.72237.4697.2614.31
Hex1448635E048ed61e
Octal14110143136011035514116
Binary1100100100011000111011110010010001110110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010448; }

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

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

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

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

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

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

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

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