Html Css Color HEX #050C34 Midnight Express

📋 copy color: '#050C34'

red 5 ◦ green 12 ◦ blue 52

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

Shades of Midnight Express #050C34

Tints of Midnight Express #050C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.39%

 BLUE value IS 52 (20.7% from 255) = 75.36%

R = 7.25%
G = 17.39%
B = 75.36%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#050C34 (or 0x050C34) is known color: Midnight Express. HEX triplet: 05, 0C and 34. RGB value is (5,12,52). Sum of RGB (Red+Green+Blue) = 5+12+52=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 52 (20.70% from 255 or 75.36% from 69); Max value from RGB is 52 - color contains mainly: blue. Hex color #050C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C34 is #FAF3CB. Grayscale: #0E0E0E. Windows color (decimal): -16446412 or 3410949. OLE color: 3410949.

HSL color Cylindrical-coordinate representation of color #050C34: hue angle of 231.06º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050C34 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 12 52 -
CMYK 0.90 0.77 0 0.80
HSL 231.06º 0.82% 0.11% -
HSV(B) 231.06º 0.9% 0.2% -
XYZ 0.81 0.54 3.31 -
YUV 14.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 5 12 52 0.90 0.77 0 0.80 231.06 0.82 0.11
Hex 5 C 34 5A 4D 0 50 E7 52 B
Octal 5 14 64 132 115 0 120 347 122 13
Binary 101 1100 110100 1011010 1001101 0 1010000 11100111 1010010 1011

Color Harmonies of #050C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C34

Black with #050C34

Text Example


Text Example

White with #050C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,12,52); }

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

background-color css

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

 a { background-color: rgb(5,12,52); }

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

border-color css

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

 span { border-color: rgb(5,12,52); }

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