Html Css Color HEX #050C33 Midnight Express

📋 copy color: '#050C33'

red 5 ◦ green 12 ◦ blue 51

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

Shades of Midnight Express #050C33

Tints of Midnight Express #050C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 75%

R = 7.35%
G = 17.65%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#050C33 (or 0x050C33) is known color: Midnight Express. HEX triplet: 05, 0C and 33. RGB value is (5,12,51). Sum of RGB (Red+Green+Blue) = 5+12+51=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 51 (20.31% from 255 or 75% from 68); Max value from RGB is 51 - color contains mainly: blue. Hex color #050C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C33 is #FAF3CC. Grayscale: #0E0E0E. Windows color (decimal): -16446413 or 3345413. OLE color: 3345413.

HSL color Cylindrical-coordinate representation of color #050C33: hue angle of 230.87º 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 #050C33 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 12 51 -
CMYK 0.90 0.76 0 0.8
HSL 230.87º 0.82% 0.11% -
HSV(B) 230.87º 0.9% 0.2% -
XYZ 0.79 0.53 3.19 -
YUV 14.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 5 12 51 0.90 0.76 0 0.8 230.87 0.82 0.11
Hex 5 C 33 5A 4C 0 50 E7 52 B
Octal 5 14 63 132 114 0 120 347 122 13
Binary 101 1100 110011 1011010 1001100 0 1010000 11100111 1010010 1011

Color Harmonies of #050C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C33

Black with #050C33

Text Example


Text Example

White with #050C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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