Html Css Color HEX #020631 Midnight Express

📋 copy color: '#020631'

red 2 ◦ green 6 ◦ blue 49

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

Shades of Midnight Express #020631

Tints of Midnight Express #020631

RGB

 RED value IS 2 (1.17% from 255) = 3.51%

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

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

R = 3.51%
G = 10.53%
B = 85.96%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#020631 (or 0x020631) is known color: Midnight Express. HEX triplet: 02, 06 and 31. RGB value is (2,6,49). Sum of RGB (Red+Green+Blue) = 2+6+49=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 49 (19.53% from 255 or 85.96% from 57); Max value from RGB is 49 - color contains mainly: blue. Hex color #020631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020631 is #FDF9CE. Grayscale: #090909. Windows color (decimal): -16644559 or 3212802. OLE color: 3212802.

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

Color convert

RGB 2 6 49 -
CMYK 0.96 0.88 0 0.81
HSL 234.89º 0.92% 0.1% -
HSV(B) 234.89º 0.96% 0.19% -
XYZ 0.64 0.36 2.94 -
YUV 9.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 2 6 49 0.96 0.88 0 0.81 234.89 0.92 0.1
Hex 2 6 31 60 58 0 51 EB 5C A
Octal 2 6 61 140 130 0 121 353 134 12
Binary 10 110 110001 1100000 1011000 0 1010001 11101011 1011100 1010

Color Harmonies of #020631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020631

Black with #020631

Text Example


Text Example

White with #020631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020631; }

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

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

background-color css

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

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

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

border-color css

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

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

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