#061535

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

Shades of Midnight Express #061535

Tints of Midnight Express #061535

Color information

#061535 (or 0x061535) is unknown color: approx Midnight Express. HEX triplet: 06, 15 and 35. RGB value is (6,21,53). Sum of RGB (Red+Green+Blue) = 6+21+53=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #061535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061535 is #F9EACA. Grayscale: #141414. Windows color (decimal): -16378571 or 3478790. OLE color: 3478790.

HSL color Cylindrical-coordinate representation of color #061535: hue angle of 220.85º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061535 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB62153-
CMYK0.890.6000.79
HSL220.85º79.66%11.57%-
HSV(B)220.85º88.68%20.78%-
XYZ0.990.833.48-
YUV20.16146.53117.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 53 (21.09% from 255) = 66.25%
R=7.5%
G=26.25%
B=66.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal621530.890.6000.79220.8579.6611.57
Hex61535593C04Fdd50c
Octal6256513174011733512014
Binary110101011101011011001111100010011111101110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061535; }

 p { color: rgb(6,21,53); }

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

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

 a { background-color: rgb(6,21,53); }

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

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

 span { border-color: rgb(6,21,53); }

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