Html Css Color HEX #050C45 Midnight Express

📋 copy color: '#050C45'

red 5 ◦ green 12 ◦ blue 69

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

Shades of Midnight Express #050C45

Tints of Midnight Express #050C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 80.23%

R = 5.81%
G = 13.95%
B = 80.23%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#050C45 (or 0x050C45) is known color: Midnight Express. HEX triplet: 05, 0C and 45. RGB value is (5,12,69). Sum of RGB (Red+Green+Blue) = 5+12+69=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 69 (27.34% from 255 or 80.23% from 86); Max value from RGB is 69 - color contains mainly: blue. Hex color #050C45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C45 is #FAF3BA. Grayscale: #101010. Windows color (decimal): -16446395 or 4525061. OLE color: 4525061.

HSL color Cylindrical-coordinate representation of color #050C45: hue angle of 233.44º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050C45 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 12 69 -
CMYK 0.93 0.83 0 0.73
HSL 233.44º 0.86% 0.15% -
HSV(B) 233.44º 0.93% 0.27% -
XYZ 1.27 0.72 5.7 -
YUV 16.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 5 12 69 0.93 0.83 0 0.73 233.44 0.86 0.15
Hex 5 C 45 5D 53 0 49 E9 56 F
Octal 5 14 105 135 123 0 111 351 126 17
Binary 101 1100 1000101 1011101 1010011 0 1001001 11101001 1010110 1111

Color Harmonies of #050C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C45

Black with #050C45

Text Example


Text Example

White with #050C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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