#03133A

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

Shades of Midnight Express #03133A

Tints of Midnight Express #03133A

Color information

#03133A (or 0x03133A) is unknown color: approx Midnight Express. HEX triplet: 03, 13 and 3A. RGB value is (3,19,58). Sum of RGB (Red+Green+Blue) = 3+19+58=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 58 (23.05% from 255 or 72.5% from 80); Max value from RGB is 58 - color contains mainly: blue. Hex color #03133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03133A is #FCECC5. Grayscale: #121212. Windows color (decimal): -16575686 or 3805955. OLE color: 3805955.

HSL color Cylindrical-coordinate representation of color #03133A: hue angle of 222.55º 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 #03133A is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB31958-
CMYK0.950.6700.77
HSL222.55º90.16%11.96%-
HSV(B)222.55º94.83%22.75%-
XYZ1.030.794.1-
YUV18.66150.2116.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.75%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 58 (23.05% from 255) = 72.5%
R=3.75%
G=23.75%
B=72.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal319580.950.6700.77222.5590.1611.96
Hex3133A5F4304Ddf5ac
Octal32372137103011533713214
Binary111001111101010111111000011010011011101111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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