#000642

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

Shades of Midnight Express #000642

Tints of Midnight Express #000642

Color information

#000642 (or 0x000642) is unknown color: approx Midnight Express. HEX triplet: 00, 06 and 42. RGB value is (0,6,66). Sum of RGB (Red+Green+Blue) = 0+6+66=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 66 (26.17% from 255 or 91.67% from 72); Max value from RGB is 66 - color contains mainly: blue. Hex color #000642 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000642 is #FFF9BD. Grayscale: #0A0A0A. Windows color (decimal): -16775614 or 4326912. OLE color: 4326912.

HSL color Cylindrical-coordinate representation of color #000642: hue angle of 234.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000642 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB0666-
CMYK10.9100.74
HSL234.55º100%12.94%-
HSV(B)234.55º100%25.88%-
XYZ1.050.525.2-
YUV11.05159.01120.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 66 (26.17% from 255) = 91.67%
R=0%
G=8.33%
B=91.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal066610.9100.74234.5510012.94
Hex0642645B04Aeb64d
Octal06102144133011235314415
Binary0110100001011001001011011010010101110101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000642; }

 p { color: rgb(0,6,66); }

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

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

 a { background-color: rgb(0,6,66); }

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

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

 span { border-color: rgb(0,6,66); }

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