Html Css Color HEX #051330 Midnight Express

📋 copy color: '#051330'

red 5 ◦ green 19 ◦ blue 48

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

Shades of Midnight Express #051330

Tints of Midnight Express #051330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.39%

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

R = 6.94%
G = 26.39%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#051330 (or 0x051330) is known color: Midnight Express. HEX triplet: 05, 13 and 30. RGB value is (5,19,48). Sum of RGB (Red+Green+Blue) = 5+19+48=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #051330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051330 is #FAECCF. Grayscale: #111111. Windows color (decimal): -16444624 or 3150597. OLE color: 3150597.

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

Color convert

RGB 5 19 48 -
CMYK 0.90 0.60 0 0.81
HSL 220.47º 0.81% 0.1% -
HSV(B) 220.47º 0.9% 0.19% -
XYZ 0.83 0.71 2.89 -
YUV 18.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 5 19 48 0.90 0.60 0 0.81 220.47 0.81 0.1
Hex 5 13 30 5A 3C 0 51 DC 51 A
Octal 5 23 60 132 74 0 121 334 121 12
Binary 101 10011 110000 1011010 111100 0 1010001 11011100 1010001 1010

Color Harmonies of #051330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051330

Black with #051330

Text Example


Text Example

White with #051330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051330; }

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

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

background-color css

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

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

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

border-color css

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

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

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