#000641

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

Shades of Midnight Express #000641

Tints of Midnight Express #000641

Color information

#000641 (or 0x000641) is unknown color: approx Midnight Express. HEX triplet: 00, 06 and 41. RGB value is (0,6,65). Sum of RGB (Red+Green+Blue) = 0+6+65=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 65 (25.78% from 255 or 91.55% from 71); Max value from RGB is 65 - color contains mainly: blue. Hex color #000641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000641 is #FFF9BE. Grayscale: #0A0A0A. Windows color (decimal): -16775615 or 4261376. OLE color: 4261376.

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

Color convert

RGB0665-
CMYK10.9100.75
HSL234.46º100%12.75%-
HSV(B)234.46º100%25.49%-
XYZ1.020.515.05-
YUV10.93158.51120.2-

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.45%
BLUE value IS 65 (25.78% from 255) = 91.55%
R=0%
G=8.45%
B=91.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal066510.9100.75234.4610012.75
Hex0641645B04Bea64d
Octal06101144133011335214415
Binary0110100000111001001011011010010111110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000641; }

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

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

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

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

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

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

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

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