#061348

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

Shades of Midnight Express #061348

Tints of Midnight Express #061348

Color information

#061348 (or 0x061348) is unknown color: approx Midnight Express. HEX triplet: 06, 13 and 48. RGB value is (6,19,72). Sum of RGB (Red+Green+Blue) = 6+19+72=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #061348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061348 is #F9ECB7. Grayscale: #141414. Windows color (decimal): -16379064 or 4723462. OLE color: 4723462.

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

Color convert

RGB61972-
CMYK0.920.7400.72
HSL228.18º84.62%15.29%-
HSV(B)228.18º91.67%28.24%-
XYZ1.480.976.24-
YUV21.16156.69117.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 72 (28.52% from 255) = 74.23%
R=6.19%
G=19.59%
B=74.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal619720.920.7400.72228.1884.6215.29
Hex613485C4A048e455f
Octal623110134112011034412517
Binary11010011100100010111001001010010010001110010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061348; }

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

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

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

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

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

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

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

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