Html Css Color HEX #050F34 Midnight Express

📋 copy color: '#050F34'

red 5 ◦ green 15 ◦ blue 52

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

Shades of Midnight Express #050F34

Tints of Midnight Express #050F34

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.83%

 BLUE value IS 52 (20.7% from 255) = 72.22%

R = 6.94%
G = 20.83%
B = 72.22%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#050F34 (or 0x050F34) is known color: Midnight Express. HEX triplet: 05, 0F and 34. RGB value is (5,15,52). Sum of RGB (Red+Green+Blue) = 5+15+52=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 52 (20.70% from 255 or 72.22% from 72); Max value from RGB is 52 - color contains mainly: blue. Hex color #050F34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F34 is #FAF0CB. Grayscale: #101010. Windows color (decimal): -16445644 or 3411717. OLE color: 3411717.

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

Color convert

RGB 5 15 52 -
CMYK 0.90 0.71 0 0.80
HSL 227.23º 0.82% 0.11% -
HSV(B) 227.23º 0.9% 0.2% -
XYZ 0.85 0.62 3.32 -
YUV 16.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 5 15 52 0.90 0.71 0 0.80 227.23 0.82 0.11
Hex 5 F 34 5A 47 0 50 E3 52 B
Octal 5 17 64 132 107 0 120 343 122 13
Binary 101 1111 110100 1011010 1000111 0 1010000 11100011 1010010 1011

Color Harmonies of #050F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F34

Black with #050F34

Text Example


Text Example

White with #050F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,15,52); }

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

background-color css

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

 a { background-color: rgb(5,15,52); }

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

border-color css

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

 span { border-color: rgb(5,15,52); }

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