#00053F

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

Shades of Midnight Express #00053F

Tints of Midnight Express #00053F

Color information

#00053F (or 0x00053F) is unknown color: approx Midnight Express. HEX triplet: 00, 05 and 3F. RGB value is (0,5,63). Sum of RGB (Red+Green+Blue) = 0+5+63=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 63 (25% from 255 or 92.65% from 68); Max value from RGB is 63 - color contains mainly: blue. Hex color #00053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00053F is #FFFAC0. Grayscale: #090909. Windows color (decimal): -16775873 or 4130048. OLE color: 4130048.

HSL color Cylindrical-coordinate representation of color #00053F: hue angle of 235.24º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00053F is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB0563-
CMYK10.9200.75
HSL235.24º100%12.35%-
HSV(B)235.24º100%24.71%-
XYZ0.950.474.74-
YUV10.12157.84120.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 63 (25% from 255) = 92.65%
R=0%
G=7.35%
B=92.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal056310.9200.75235.2410012.35
Hex053F645C04Beb64c
Octal0577144134011335314414
Binary010111111111001001011100010010111110101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00053F; }

 p { color: rgb(0,5,63); }

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

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

 a { background-color: rgb(0,5,63); }

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

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

 span { border-color: rgb(0,5,63); }

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