#061530

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

Shades of Midnight Express #061530

Tints of Midnight Express #061530

Color information

#061530 (or 0x061530) is unknown color: approx Midnight Express. HEX triplet: 06, 15 and 30. RGB value is (6,21,48). Sum of RGB (Red+Green+Blue) = 6+21+48=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #061530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061530 is #F9EACF. Grayscale: #131313. Windows color (decimal): -16378576 or 3151110. OLE color: 3151110.

HSL color Cylindrical-coordinate representation of color #061530: hue angle of 218.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061530 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB62148-
CMYK0.870.5600.81
HSL218.57º77.78%10.59%-
HSV(B)218.57º87.5%18.82%-
XYZ0.880.792.9-
YUV19.59144.03118.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 48 (19.14% from 255) = 64%
R=8%
G=28%
B=64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal621480.870.5600.81218.5777.7810.59
Hex615305738051db4eb
Octal6256012770012133311613
Binary110101011100001010111111000010100011101101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061530; }

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

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

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

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

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

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

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

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