#061448

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

Shades of Midnight Express #061448

Tints of Midnight Express #061448

Color information

#061448 (or 0x061448) is unknown color: approx Midnight Express. HEX triplet: 06, 14 and 48. RGB value is (6,20,72). Sum of RGB (Red+Green+Blue) = 6+20+72=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #061448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061448 is #F9EBB7. Grayscale: #151515. Windows color (decimal): -16378808 or 4723718. OLE color: 4723718.

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

Color convert

RGB62072-
CMYK0.920.7200.72
HSL227.27º84.62%15.29%-
HSV(B)227.27º91.67%28.24%-
XYZ1.491.016.25-
YUV21.74156.36116.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 72 (28.52% from 255) = 73.47%
R=6.12%
G=20.41%
B=73.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal620720.920.7200.72227.2784.6215.29
Hex614485C48048e355f
Octal624110134110011034312517
Binary11010100100100010111001001000010010001110001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061448; }

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

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

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

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

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

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

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

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