Html Css Color HEX #000631 Midnight Express

📋 copy color: '#000631'

red 0 ◦ green 6 ◦ blue 49

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

Shades of Midnight Express #000631

Tints of Midnight Express #000631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 89.09%

R = 0%
G = 10.91%
B = 89.09%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#000631 (or 0x000631) is known color: Midnight Express. HEX triplet: 00, 06 and 31. RGB value is (0,6,49). Sum of RGB (Red+Green+Blue) = 0+6+49=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 49 (19.53% from 255 or 89.09% from 55); Max value from RGB is 49 - color contains mainly: blue. Hex color #000631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000631 is #FFF9CE. Grayscale: #080808. Windows color (decimal): -16775631 or 3212800. OLE color: 3212800.

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

Color convert

RGB 0 6 49 -
CMYK 1 0.88 0 0.81
HSL 232.65º 1% 0.1% -
HSV(B) 232.65º 1% 0.19% -
XYZ 0.62 0.35 2.94 -
YUV 9.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 0 6 49 1 0.88 0 0.81 232.65 1 0.1
Hex 0 6 31 64 58 0 51 E9 64 A
Octal 0 6 61 144 130 0 121 351 144 12
Binary 0 110 110001 1100100 1011000 0 1010001 11101001 1100100 1010

Color Harmonies of #000631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000631

Black with #000631

Text Example


Text Example

White with #000631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000631; }

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

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

background-color css

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

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

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

border-color css

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

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

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