Html Css Color HEX #051530 Midnight Express

📋 copy color: '#051530'

red 5 ◦ green 21 ◦ blue 48

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

Shades of Midnight Express #051530

Tints of Midnight Express #051530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.38%

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

R = 6.76%
G = 28.38%
B = 64.86%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051530 (or 0x051530) is known color: Midnight Express. HEX triplet: 05, 15 and 30. RGB value is (5,21,48). Sum of RGB (Red+Green+Blue) = 5+21+48=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #051530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051530 is #FAEACF. Grayscale: #131313. Windows color (decimal): -16444112 or 3151109. OLE color: 3151109.

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

Color convert

RGB 5 21 48 -
CMYK 0.90 0.56 0 0.81
HSL 217.67º 0.81% 0.1% -
HSV(B) 217.67º 0.9% 0.19% -
XYZ 0.86 0.78 2.9 -
YUV 19.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 5 21 48 0.90 0.56 0 0.81 217.67 0.81 0.1
Hex 5 15 30 5A 38 0 51 DA 51 A
Octal 5 25 60 132 70 0 121 332 121 12
Binary 101 10101 110000 1011010 111000 0 1010001 11011010 1010001 1010

Color Harmonies of #051530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051530

Black with #051530

Text Example


Text Example

White with #051530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051530; }

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

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

background-color css

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

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

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

border-color css

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

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

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