#03053A

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

Shades of Midnight Express #03053A

Tints of Midnight Express #03053A

Color information

#03053A (or 0x03053A) is unknown color: approx Midnight Express. HEX triplet: 03, 05 and 3A. RGB value is (3,5,58). Sum of RGB (Red+Green+Blue) = 3+5+58=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 58 (23.05% from 255 or 87.88% from 66); Max value from RGB is 58 - color contains mainly: blue. Hex color #03053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03053A is #FCFAC5. Grayscale: #0A0A0A. Windows color (decimal): -16579270 or 3802371. OLE color: 3802371.

HSL color Cylindrical-coordinate representation of color #03053A: hue angle of 237.82º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03053A is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB3558-
CMYK0.950.9100.77
HSL237.82º90.16%11.96%-
HSV(B)237.82º94.83%22.75%-
XYZ0.860.434.04-
YUV10.44154.84122.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 58 (23.05% from 255) = 87.88%
R=4.55%
G=7.58%
B=87.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal35580.950.9100.77237.8290.1611.96
Hex353A5F5B04Dee5ac
Octal3572137133011535613214
Binary1110111101010111111011011010011011110111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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