#050F3C

Color #050F3C Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #050F3C

Tints of Midnight Express #050F3C

Color information

#050F3C (or 0x050F3C) is unknown color: approx Midnight Express. HEX triplet: 05, 0F and 3C. RGB value is (5,15,60). Sum of RGB (Red+Green+Blue) = 5+15+60=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 60 (23.83% from 255 or 75% from 80); Max value from RGB is 60 - color contains mainly: blue. Hex color #050F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F3C is #FAF0C3. Grayscale: #101010. Windows color (decimal): -16445636 or 3936005. OLE color: 3936005.

HSL color Cylindrical-coordinate representation of color #050F3C: hue angle of 229.09º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050F3C is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB51560-
CMYK0.920.7500.76
HSL229.09º84.62%12.75%-
HSV(B)229.09º91.67%23.53%-
XYZ1.050.74.35-
YUV17.14152.19119.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 60 (23.83% from 255) = 75%
R=6.25%
G=18.75%
B=75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal515600.920.7500.76229.0984.6212.75
Hex5F3C5C4B04Ce555d
Octal51774134113011434512515
Binary101111111110010111001001011010011001110010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #050F3C;
 }
 .AnyTagClassName
 {
   color: #050F3C;
 }
</style>
background-color css

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

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

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

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

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

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