Html Css Color HEX #050C3A Midnight Express

📋 copy color: '#050C3A'

red 5 ◦ green 12 ◦ blue 58

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

Shades of Midnight Express #050C3A

Tints of Midnight Express #050C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 77.33%

R = 6.67%
G = 16%
B = 77.33%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#050C3A (or 0x050C3A) is known color: Midnight Express. HEX triplet: 05, 0C and 3A. RGB value is (5,12,58). Sum of RGB (Red+Green+Blue) = 5+12+58=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 58 (23.05% from 255 or 77.33% from 75); Max value from RGB is 58 - color contains mainly: blue. Hex color #050C3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C3A is #FAF3C5. Grayscale: #0E0E0E. Windows color (decimal): -16446406 or 3804165. OLE color: 3804165.

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

Color convert

RGB 5 12 58 -
CMYK 0.91 0.79 0 0.77
HSL 232.08º 0.84% 0.12% -
HSV(B) 232.08º 0.91% 0.23% -
XYZ 0.96 0.6 4.07 -
YUV 15.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 5 12 58 0.91 0.79 0 0.77 232.08 0.84 0.12
Hex 5 C 3A 5B 4F 0 4D E8 54 C
Octal 5 14 72 133 117 0 115 350 124 14
Binary 101 1100 111010 1011011 1001111 0 1001101 11101000 1010100 1100

Color Harmonies of #050C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C3A

Black with #050C3A

Text Example


Text Example

White with #050C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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