Html Css Color HEX #050C2F Midnight Express

📋 copy color: '#050C2F'

red 5 ◦ green 12 ◦ blue 47

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

Shades of Midnight Express #050C2F

Tints of Midnight Express #050C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 73.44%

R = 7.81%
G = 18.75%
B = 73.44%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#050C2F (or 0x050C2F) is known color: Midnight Express. HEX triplet: 05, 0C and 2F. RGB value is (5,12,47). Sum of RGB (Red+Green+Blue) = 5+12+47=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 47 (18.75% from 255 or 73.44% from 64); Max value from RGB is 47 - color contains mainly: blue. Hex color #050C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C2F is #FAF3D0. Grayscale: #0D0D0D. Windows color (decimal): -16446417 or 3083269. OLE color: 3083269.

HSL color Cylindrical-coordinate representation of color #050C2F: hue angle of 230º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050C2F is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 12 47 -
CMYK 0.89 0.74 0 0.82
HSL 230º 0.81% 0.1% -
HSV(B) 230º 0.89% 0.18% -
XYZ 0.71 0.5 2.75 -
YUV 13.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 5 12 47 0.89 0.74 0 0.82 230 0.81 0.1
Hex 5 C 2F 59 4A 0 52 E6 51 A
Octal 5 14 57 131 112 0 122 346 121 12
Binary 101 1100 101111 1011001 1001010 0 1010010 11100110 1010001 1010

Color Harmonies of #050C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C2F

Black with #050C2F

Text Example


Text Example

White with #050C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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