Html Css Color HEX #050D3B Midnight Express

📋 copy color: '#050D3B'

red 5 ◦ green 13 ◦ blue 59

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

Shades of Midnight Express #050D3B

Tints of Midnight Express #050D3B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.88%

 BLUE value IS 59 (23.44% from 255) = 76.62%

R = 6.49%
G = 16.88%
B = 76.62%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#050D3B (or 0x050D3B) is known color: Midnight Express. HEX triplet: 05, 0D and 3B. RGB value is (5,13,59). Sum of RGB (Red+Green+Blue) = 5+13+59=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 59 (23.44% from 255 or 76.62% from 77); Max value from RGB is 59 - color contains mainly: blue. Hex color #050D3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D3B is #FAF2C4. Grayscale: #0F0F0F. Windows color (decimal): -16446149 or 3869957. OLE color: 3869957.

HSL color Cylindrical-coordinate representation of color #050D3B: hue angle of 231.11º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050D3B is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 13 59 -
CMYK 0.92 0.78 0 0.77
HSL 231.11º 0.84% 0.13% -
HSV(B) 231.11º 0.92% 0.23% -
XYZ 1 0.64 4.21 -
YUV 15.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 5 13 59 0.92 0.78 0 0.77 231.11 0.84 0.13
Hex 5 D 3B 5C 4E 0 4D E7 54 D
Octal 5 15 73 134 116 0 115 347 124 15
Binary 101 1101 111011 1011100 1001110 0 1001101 11100111 1010100 1101

Color Harmonies of #050D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D3B

Black with #050D3B

Text Example


Text Example

White with #050D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050D3B; }

 p { color: rgb(5,13,59); }

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

background-color css

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

 a { background-color: rgb(5,13,59); }

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

border-color css

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

 span { border-color: rgb(5,13,59); }

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