#061048

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

Shades of Midnight Express #061048

Tints of Midnight Express #061048

Color information

#061048 (or 0x061048) is unknown color: approx Midnight Express. HEX triplet: 06, 10 and 48. RGB value is (6,16,72). Sum of RGB (Red+Green+Blue) = 6+16+72=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #061048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061048 is #F9EFB7. Grayscale: #131313. Windows color (decimal): -16379832 or 4722694. OLE color: 4722694.

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

Color convert

RGB61672-
CMYK0.920.7800.72
HSL230.91º84.62%15.29%-
HSV(B)230.91º91.67%28.24%-
XYZ1.430.886.22-
YUV19.39157.69118.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 72 (28.52% from 255) = 76.60%
R=6.38%
G=17.02%
B=76.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal616720.920.7800.72230.9184.6215.29
Hex610485C4E048e755f
Octal620110134116011034712517
Binary11010000100100010111001001110010010001110011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061048; }

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

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

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

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

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

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

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

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