Html Css Color HEX #050D2F Midnight Express

📋 copy color: '#050D2F'

red 5 ◦ green 13 ◦ blue 47

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

Shades of Midnight Express #050D2F

Tints of Midnight Express #050D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 72.31%

R = 7.69%
G = 20%
B = 72.31%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#050D2F (or 0x050D2F) is known color: Midnight Express. HEX triplet: 05, 0D and 2F. RGB value is (5,13,47). Sum of RGB (Red+Green+Blue) = 5+13+47=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 47 (18.75% from 255 or 72.31% from 65); Max value from RGB is 47 - color contains mainly: blue. Hex color #050D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D2F is #FAF2D0. Grayscale: #0E0E0E. Windows color (decimal): -16446161 or 3083525. OLE color: 3083525.

HSL color Cylindrical-coordinate representation of color #050D2F: hue angle of 228.57º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050D2F is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 13 47 -
CMYK 0.89 0.72 0 0.82
HSL 228.57º 0.81% 0.1% -
HSV(B) 228.57º 0.89% 0.18% -
XYZ 0.72 0.53 2.75 -
YUV 14.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 5 13 47 0.89 0.72 0 0.82 228.57 0.81 0.1
Hex 5 D 2F 59 48 0 52 E5 51 A
Octal 5 15 57 131 110 0 122 345 121 12
Binary 101 1101 101111 1011001 1001000 0 1010010 11100101 1010001 1010

Color Harmonies of #050D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D2F

Black with #050D2F

Text Example


Text Example

White with #050D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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