Html Css Color HEX #021231 Midnight Express

📋 copy color: '#021231'

red 2 ◦ green 18 ◦ blue 49

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

Shades of Midnight Express #021231

Tints of Midnight Express #021231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.09%

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

R = 2.9%
G = 26.09%
B = 71.01%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#021231 (or 0x021231) is known color: Midnight Express. HEX triplet: 02, 12 and 31. RGB value is (2,18,49). Sum of RGB (Red+Green+Blue) = 2+18+49=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #021231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021231 is #FDEDCE. Grayscale: #101010. Windows color (decimal): -16641487 or 3215874. OLE color: 3215874.

HSL color Cylindrical-coordinate representation of color #021231: hue angle of 219.57º 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 #021231 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 18 49 -
CMYK 0.96 0.63 0 0.81
HSL 219.57º 0.92% 0.1% -
HSV(B) 219.57º 0.96% 0.19% -
XYZ 0.8 0.67 2.99 -
YUV 16.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 2 18 49 0.96 0.63 0 0.81 219.57 0.92 0.1
Hex 2 12 31 60 3F 0 51 DC 5C A
Octal 2 22 61 140 77 0 121 334 134 12
Binary 10 10010 110001 1100000 111111 0 1010001 11011100 1011100 1010

Color Harmonies of #021231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021231

Black with #021231

Text Example


Text Example

White with #021231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021231; }

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

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

background-color css

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

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

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

border-color css

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

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

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