#06073F

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

Shades of Midnight Express #06073F

Tints of Midnight Express #06073F

Color information

#06073F (or 0x06073F) is unknown color: approx Midnight Express. HEX triplet: 06, 07 and 3F. RGB value is (6,7,63). Sum of RGB (Red+Green+Blue) = 6+7+63=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 63 (25% from 255 or 82.89% from 76); Max value from RGB is 63 - color contains mainly: blue. Hex color #06073F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06073F is #F9F8C0. Grayscale: #0C0C0C. Windows color (decimal): -16382145 or 4130566. OLE color: 4130566.

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

Color convert

RGB6763-
CMYK0.900.8900.75
HSL238.95º82.61%13.53%-
HSV(B)238.95º90.48%24.71%-
XYZ1.050.554.75-
YUV13.08156.17122.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 63 (25% from 255) = 82.89%
R=7.89%
G=9.21%
B=82.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal67630.900.8900.75238.9582.6113.53
Hex673F5A5904Bef53e
Octal6777132131011335712316
Binary11011111111110110101011001010010111110111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06073F; }

 p { color: rgb(6,7,63); }

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

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

 a { background-color: rgb(6,7,63); }

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

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

 span { border-color: rgb(6,7,63); }

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