Html Css Color HEX #050C3B Midnight Express

📋 copy color: '#050C3B'

red 5 ◦ green 12 ◦ blue 59

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

Shades of Midnight Express #050C3B

Tints of Midnight Express #050C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 77.63%

R = 6.58%
G = 15.79%
B = 77.63%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#050C3B (or 0x050C3B) is known color: Midnight Express. HEX triplet: 05, 0C and 3B. RGB value is (5,12,59). Sum of RGB (Red+Green+Blue) = 5+12+59=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 59 (23.44% from 255 or 77.63% from 76); Max value from RGB is 59 - color contains mainly: blue. Hex color #050C3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C3B is #FAF3C4. Grayscale: #0F0F0F. Windows color (decimal): -16446405 or 3869701. OLE color: 3869701.

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

Color convert

RGB 5 12 59 -
CMYK 0.92 0.80 0 0.77
HSL 232.22º 0.84% 0.13% -
HSV(B) 232.22º 0.92% 0.23% -
XYZ 0.98 0.61 4.2 -
YUV 15.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 5 12 59 0.92 0.80 0 0.77 232.22 0.84 0.13
Hex 5 C 3B 5C 50 0 4D E8 54 D
Octal 5 14 73 134 120 0 115 350 124 15
Binary 101 1100 111011 1011100 1010000 0 1001101 11101000 1010100 1101

Color Harmonies of #050C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C3B

Black with #050C3B

Text Example


Text Example

White with #050C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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