Html Css Color HEX #051231 Midnight Express

📋 copy color: '#051231'

red 5 ◦ green 18 ◦ blue 49

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

Shades of Midnight Express #051231

Tints of Midnight Express #051231

RGB

 RED value IS 5 (2.34% from 255) = 6.94%

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

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

R = 6.94%
G = 25%
B = 68.06%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051231 (or 0x051231) is known color: Midnight Express. HEX triplet: 05, 12 and 31. RGB value is (5,18,49). Sum of RGB (Red+Green+Blue) = 5+18+49=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #051231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051231 is #FAEDCE. Grayscale: #111111. Windows color (decimal): -16444879 or 3215877. OLE color: 3215877.

HSL color Cylindrical-coordinate representation of color #051231: hue angle of 222.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051231 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 18 49 -
CMYK 0.90 0.63 0 0.81
HSL 222.27º 0.81% 0.11% -
HSV(B) 222.27º 0.9% 0.19% -
XYZ 0.83 0.69 2.99 -
YUV 17.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 5 18 49 0.90 0.63 0 0.81 222.27 0.81 0.11
Hex 5 12 31 5A 3F 0 51 DE 51 B
Octal 5 22 61 132 77 0 121 336 121 13
Binary 101 10010 110001 1011010 111111 0 1010001 11011110 1010001 1011

Color Harmonies of #051231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051231

Black with #051231

Text Example


Text Example

White with #051231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051231; }

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

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

background-color css

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

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

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

border-color css

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

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

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