#061341

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

Shades of Midnight Express #061341

Tints of Midnight Express #061341

Color information

#061341 (or 0x061341) is unknown color: approx Midnight Express. HEX triplet: 06, 13 and 41. RGB value is (6,19,65). Sum of RGB (Red+Green+Blue) = 6+19+65=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #061341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061341 is #F9ECBE. Grayscale: #141414. Windows color (decimal): -16379071 or 4264710. OLE color: 4264710.

HSL color Cylindrical-coordinate representation of color #061341: hue angle of 226.78º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061341 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB61965-
CMYK0.910.7100.75
HSL226.78º83.1%13.92%-
HSV(B)226.78º90.77%25.49%-
XYZ1.260.895.11-
YUV20.36153.19117.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 65 (25.78% from 255) = 72.22%
R=6.67%
G=21.11%
B=72.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal619650.910.7100.75226.7883.113.92
Hex613415B4704Be353e
Octal623101133107011334312316
Binary11010011100000110110111000111010010111110001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061341; }

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

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

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

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

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

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

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

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