#061444

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

Shades of Midnight Express #061444

Tints of Midnight Express #061444

Color information

#061444 (or 0x061444) is unknown color: approx Midnight Express. HEX triplet: 06, 14 and 44. RGB value is (6,20,68). Sum of RGB (Red+Green+Blue) = 6+20+68=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 68 (26.95% from 255 or 72.34% from 94); Max value from RGB is 68 - color contains mainly: blue. Hex color #061444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061444 is #F9EBBB. Grayscale: #151515. Windows color (decimal): -16378812 or 4461574. OLE color: 4461574.

HSL color Cylindrical-coordinate representation of color #061444: hue angle of 226.45º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061444 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB62068-
CMYK0.910.7100.73
HSL226.45º83.78%14.51%-
HSV(B)226.45º91.18%26.67%-
XYZ1.370.965.58-
YUV21.29154.36117.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 68 (26.95% from 255) = 72.34%
R=6.38%
G=21.28%
B=72.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal620680.910.7100.73226.4583.7814.51
Hex614445B47049e254f
Octal624104133107011134212417
Binary11010100100010010110111000111010010011110001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061444; }

 p { color: rgb(6,20,68); }

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

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

 a { background-color: rgb(6,20,68); }

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

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

 span { border-color: rgb(6,20,68); }

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