#050F30

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

Shades of Midnight Express #050F30

Tints of Midnight Express #050F30

Color information

#050F30 (or 0x050F30) is unknown color: approx Midnight Express. HEX triplet: 05, 0F and 30. RGB value is (5,15,48). Sum of RGB (Red+Green+Blue) = 5+15+48=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #050F30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F30 is #FAF0CF. Grayscale: #0F0F0F. Windows color (decimal): -16445648 or 3149573. OLE color: 3149573.

HSL color Cylindrical-coordinate representation of color #050F30: hue angle of 226.05º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050F30 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB51548-
CMYK0.900.6900.81
HSL226.05º81.13%10.39%-
HSV(B)226.05º89.58%18.82%-
XYZ0.770.592.87-
YUV15.77146.19120.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 15 (6.25% from 255) = 22.06%
BLUE value IS 48 (19.14% from 255) = 70.59%
R=7.35%
G=22.06%
B=70.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal515480.900.6900.81226.0581.1310.39
Hex5F305A45051e251a
Octal51760132105012134212112
Binary101111111000010110101000101010100011110001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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