Html Css Color HEX #051030 Midnight Express

📋 copy color: '#051030'

red 5 ◦ green 16 ◦ blue 48

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

Shades of Midnight Express #051030

Tints of Midnight Express #051030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.19%

 BLUE value IS 48 (19.14% from 255) = 69.57%

R = 7.25%
G = 23.19%
B = 69.57%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051030 (or 0x051030) is known color: Midnight Express. HEX triplet: 05, 10 and 30. RGB value is (5,16,48). Sum of RGB (Red+Green+Blue) = 5+16+48=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #051030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051030 is #FAEFCF. Grayscale: #101010. Windows color (decimal): -16445392 or 3149829. OLE color: 3149829.

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

Color convert

RGB 5 16 48 -
CMYK 0.90 0.67 0 0.81
HSL 224.65º 0.81% 0.1% -
HSV(B) 224.65º 0.9% 0.19% -
XYZ 0.78 0.62 2.87 -
YUV 16.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 5 16 48 0.90 0.67 0 0.81 224.65 0.81 0.1
Hex 5 10 30 5A 43 0 51 E1 51 A
Octal 5 20 60 132 103 0 121 341 121 12
Binary 101 10000 110000 1011010 1000011 0 1010001 11100001 1010001 1010

Color Harmonies of #051030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051030

Black with #051030

Text Example


Text Example

White with #051030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051030; }

 p { color: rgb(5,16,48); }

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

background-color css

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

 a { background-color: rgb(5,16,48); }

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

border-color css

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

 span { border-color: rgb(5,16,48); }

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