#051834

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

Shades of Midnight Express #051834

Tints of Midnight Express #051834

Color information

#051834 (or 0x051834) is unknown color: approx Midnight Express. HEX triplet: 05, 18 and 34. RGB value is (5,24,52). Sum of RGB (Red+Green+Blue) = 5+24+52=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #051834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051834 is #FAE7CB. Grayscale: #151515. Windows color (decimal): -16443340 or 3414021. OLE color: 3414021.

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

Color convert

RGB52452-
CMYK0.900.5400.80
HSL215.74º82.46%11.18%-
HSV(B)215.74º90.38%20.39%-
XYZ1.010.933.38-
YUV21.51145.21116.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 52 (20.70% from 255) = 64.20%
R=6.17%
G=29.63%
B=64.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal524520.900.5400.80215.7482.4611.18
Hex518345A36050d852b
Octal5306413266012033012213
Binary101110001101001011010110110010100001101100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051834; }

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

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

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

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

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

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

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

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