#03123A

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

Shades of Midnight Express #03123A

Tints of Midnight Express #03123A

Color information

#03123A (or 0x03123A) is unknown color: approx Midnight Express. HEX triplet: 03, 12 and 3A. RGB value is (3,18,58). Sum of RGB (Red+Green+Blue) = 3+18+58=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 58 (23.05% from 255 or 73.42% from 79); Max value from RGB is 58 - color contains mainly: blue. Hex color #03123A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03123A is #FCEDC5. Grayscale: #111111. Windows color (decimal): -16575942 or 3805699. OLE color: 3805699.

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

Color convert

RGB31858-
CMYK0.950.6900.77
HSL223.64º90.16%11.96%-
HSV(B)223.64º94.83%22.75%-
XYZ1.020.764.1-
YUV18.08150.53117.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.80%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 58 (23.05% from 255) = 73.42%
R=3.80%
G=22.78%
B=73.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal318580.950.6900.77223.6490.1611.96
Hex3123A5F4504De05ac
Octal32272137105011534013214
Binary111001011101010111111000101010011011110000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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