#03053E

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

Shades of Midnight Express #03053E

Tints of Midnight Express #03053E

Color information

#03053E (or 0x03053E) is unknown color: approx Midnight Express. HEX triplet: 03, 05 and 3E. RGB value is (3,5,62). Sum of RGB (Red+Green+Blue) = 3+5+62=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 62 (24.61% from 255 or 88.57% from 70); Max value from RGB is 62 - color contains mainly: blue. Hex color #03053E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03053E is #FCFAC1. Grayscale: #0A0A0A. Windows color (decimal): -16579266 or 4064515. OLE color: 4064515.

HSL color Cylindrical-coordinate representation of color #03053E: hue angle of 237.97º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03053E is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB3562-
CMYK0.950.9200.76
HSL237.97º90.77%12.75%-
HSV(B)237.97º95.16%24.31%-
XYZ0.960.484.6-
YUV10.9156.84122.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 62 (24.61% from 255) = 88.57%
R=4.29%
G=7.14%
B=88.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal35620.950.9200.76237.9790.7712.75
Hex353E5F5C04Cee5bd
Octal3576137134011435613315
Binary1110111111010111111011100010011001110111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03053E; }

 p { color: rgb(3,5,62); }

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

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

 a { background-color: rgb(3,5,62); }

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

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

 span { border-color: rgb(3,5,62); }

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