#051230

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

Shades of Midnight Express #051230

Tints of Midnight Express #051230

Color information

#051230 (or 0x051230) is unknown color: approx Midnight Express. HEX triplet: 05, 12 and 30. RGB value is (5,18,48). Sum of RGB (Red+Green+Blue) = 5+18+48=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 48 (19.14% from 255 or 67.61% from 71); Max value from RGB is 48 - color contains mainly: blue. Hex color #051230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051230 is #FAEDCF. Grayscale: #111111. Windows color (decimal): -16444880 or 3150341. OLE color: 3150341.

HSL color Cylindrical-coordinate representation of color #051230: hue angle of 221.86º 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 #051230 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB51848-
CMYK0.900.6300.81
HSL221.86º81.13%10.39%-
HSV(B)221.86º89.58%18.82%-
XYZ0.810.682.88-
YUV17.53145.19119.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 48 (19.14% from 255) = 67.61%
R=7.04%
G=25.35%
B=67.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal518480.900.6300.81221.8681.1310.39
Hex512305A3F051de51a
Octal5226013277012133612112
Binary101100101100001011010111111010100011101111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051230; }

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

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

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

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

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

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

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

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