#051838

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

Shades of Midnight Express #051838

Tints of Midnight Express #051838

Color information

#051838 (or 0x051838) is unknown color: approx Midnight Express. HEX triplet: 05, 18 and 38. RGB value is (5,24,56). Sum of RGB (Red+Green+Blue) = 5+24+56=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #051838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051838 is #FAE7C7. Grayscale: #151515. Windows color (decimal): -16443336 or 3676165. OLE color: 3676165.

HSL color Cylindrical-coordinate representation of color #051838: hue angle of 217.65º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051838 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52456-
CMYK0.910.5700.78
HSL217.65º83.61%11.96%-
HSV(B)217.65º91.07%21.96%-
XYZ1.10.973.87-
YUV21.97147.21115.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 56 (22.27% from 255) = 65.88%
R=5.88%
G=28.24%
B=65.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal524560.910.5700.78217.6583.6111.96
Hex518385B3904Eda54c
Octal5307013371011633212414
Binary101110001110001011011111001010011101101101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051838; }

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

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

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

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

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

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

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

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