Html Css Color HEX #050D38 Midnight Express

📋 copy color: '#050D38'

red 5 ◦ green 13 ◦ blue 56

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

Shades of Midnight Express #050D38

Tints of Midnight Express #050D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 75.68%

R = 6.76%
G = 17.57%
B = 75.68%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#050D38 (or 0x050D38) is known color: Midnight Express. HEX triplet: 05, 0D and 38. RGB value is (5,13,56). Sum of RGB (Red+Green+Blue) = 5+13+56=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #050D38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D38 is #FAF2C7. Grayscale: #0F0F0F. Windows color (decimal): -16446152 or 3673349. OLE color: 3673349.

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

Color convert

RGB 5 13 56 -
CMYK 0.91 0.77 0 0.78
HSL 230.59º 0.84% 0.12% -
HSV(B) 230.59º 0.91% 0.22% -
XYZ 0.92 0.61 3.81 -
YUV 15.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 5 13 56 0.91 0.77 0 0.78 230.59 0.84 0.12
Hex 5 D 38 5B 4D 0 4E E7 54 C
Octal 5 15 70 133 115 0 116 347 124 14
Binary 101 1101 111000 1011011 1001101 0 1001110 11100111 1010100 1100

Color Harmonies of #050D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D38

Black with #050D38

Text Example


Text Example

White with #050D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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