Html Css Color HEX #051430 Midnight Express

📋 copy color: '#051430'

red 5 ◦ green 20 ◦ blue 48

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

Shades of Midnight Express #051430

Tints of Midnight Express #051430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.4%

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

R = 6.85%
G = 27.4%
B = 65.75%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051430 (or 0x051430) is known color: Midnight Express. HEX triplet: 05, 14 and 30. RGB value is (5,20,48). Sum of RGB (Red+Green+Blue) = 5+20+48=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #051430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051430 is #FAEBCF. Grayscale: #121212. Windows color (decimal): -16444368 or 3150853. OLE color: 3150853.

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

Color convert

RGB 5 20 48 -
CMYK 0.90 0.58 0 0.81
HSL 219.07º 0.81% 0.1% -
HSV(B) 219.07º 0.9% 0.19% -
XYZ 0.85 0.75 2.9 -
YUV 18.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 5 20 48 0.90 0.58 0 0.81 219.07 0.81 0.1
Hex 5 14 30 5A 3A 0 51 DB 51 A
Octal 5 24 60 132 72 0 121 333 121 12
Binary 101 10100 110000 1011010 111010 0 1010001 11011011 1010001 1010

Color Harmonies of #051430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051430

Black with #051430

Text Example


Text Example

White with #051430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051430; }

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

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

background-color css

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

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

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

border-color css

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

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

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