Html Css Color HEX #050C35 Midnight Express

📋 copy color: '#050C35'

red 5 ◦ green 12 ◦ blue 53

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

Shades of Midnight Express #050C35

Tints of Midnight Express #050C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 75.71%

R = 7.14%
G = 17.14%
B = 75.71%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#050C35 (or 0x050C35) is known color: Midnight Express. HEX triplet: 05, 0C and 35. RGB value is (5,12,53). Sum of RGB (Red+Green+Blue) = 5+12+53=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 53 (21.09% from 255 or 75.71% from 70); Max value from RGB is 53 - color contains mainly: blue. Hex color #050C35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C35 is #FAF3CA. Grayscale: #0E0E0E. Windows color (decimal): -16446411 or 3476485. OLE color: 3476485.

HSL color Cylindrical-coordinate representation of color #050C35: hue angle of 231.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050C35 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 12 53 -
CMYK 0.91 0.77 0 0.79
HSL 231.25º 0.83% 0.11% -
HSV(B) 231.25º 0.91% 0.21% -
XYZ 0.84 0.55 3.43 -
YUV 14.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 5 12 53 0.91 0.77 0 0.79 231.25 0.83 0.11
Hex 5 C 35 5B 4D 0 4F E7 53 B
Octal 5 14 65 133 115 0 117 347 123 13
Binary 101 1100 110101 1011011 1001101 0 1001111 11100111 1010011 1011

Color Harmonies of #050C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C35

Black with #050C35

Text Example


Text Example

White with #050C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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