#061148

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

Shades of Midnight Express #061148

Tints of Midnight Express #061148

Color information

#061148 (or 0x061148) is unknown color: approx Midnight Express. HEX triplet: 06, 11 and 48. RGB value is (6,17,72). Sum of RGB (Red+Green+Blue) = 6+17+72=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #061148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061148 is #F9EEB7. Grayscale: #131313. Windows color (decimal): -16379576 or 4722950. OLE color: 4722950.

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

Color convert

RGB61772-
CMYK0.920.7600.72
HSL230º84.62%15.29%-
HSV(B)230º91.67%28.24%-
XYZ1.450.916.23-
YUV19.98157.36118.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 72 (28.52% from 255) = 75.79%
R=6.32%
G=17.89%
B=75.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal617720.920.7600.7223084.6215.29
Hex611485C4C048e655f
Octal621110134114011034612517
Binary11010001100100010111001001100010010001110011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061148; }

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

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

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

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

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

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

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

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