Html Css Color HEX #000640 Midnight Express

📋 copy color: '#000640'

red 0 ◦ green 6 ◦ blue 64

#000640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #000640

Tints of Midnight Express #000640

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 6 (2.73% from 255) = 8.57%

 BLUE value IS 64 (25.39% from 255) = 91.43%

R = 0%
G = 8.57%
B = 91.43%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#000640 (or 0x000640) is known color: Midnight Express. HEX triplet: 00, 06 and 40. RGB value is (0,6,64). Sum of RGB (Red+Green+Blue) = 0+6+64=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 64 (25.39% from 255 or 91.43% from 70); Max value from RGB is 64 - color contains mainly: blue. Hex color #000640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000640 is #FFF9BF. Grayscale: #0A0A0A. Windows color (decimal): -16775616 or 4195840. OLE color: 4195840.

HSL color Cylindrical-coordinate representation of color #000640: hue angle of 234.38º 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 #000640 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 6 64 -
CMYK 1 0.91 0 0.75
HSL 234.38º 1% 0.13% -
HSV(B) 234.38º 1% 0.25% -
XYZ 0.99 0.5 4.89 -
YUV 10.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 0 6 64 1 0.91 0 0.75 234.38 1 0.13
Hex 0 6 40 64 5B 0 4B EA 64 D
Octal 0 6 100 144 133 0 113 352 144 15
Binary 0 110 1000000 1100100 1011011 0 1001011 11101010 1100100 1101

Color Harmonies of #000640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000640

Black with #000640

Text Example


Text Example

White with #000640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000640; }

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

 H1.HeaderClassName
 {
   color: #000640;
 }
 .AnyTagClassName
 {
   color: #000640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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