#051235

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

Shades of Midnight Express #051235

Tints of Midnight Express #051235

Color information

#051235 (or 0x051235) is unknown color: approx Midnight Express. HEX triplet: 05, 12 and 35. RGB value is (5,18,53). Sum of RGB (Red+Green+Blue) = 5+18+53=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #051235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051235 is #FAEDCA. Grayscale: #111111. Windows color (decimal): -16444875 or 3478021. OLE color: 3478021.

HSL color Cylindrical-coordinate representation of color #051235: hue angle of 223.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051235 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB51853-
CMYK0.910.6600.79
HSL223.75º82.76%11.37%-
HSV(B)223.75º90.57%20.78%-
XYZ0.920.723.46-
YUV18.1147.69118.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 53 (21.09% from 255) = 69.74%
R=6.58%
G=23.68%
B=69.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal518530.910.6600.79223.7582.7611.37
Hex512355B4204Fe053b
Octal52265133102011734012313
Binary1011001011010110110111000010010011111110000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051235; }

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

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

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

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

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

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

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

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