#12203E

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

Shades of Midnight Express #12203E

Tints of Midnight Express #12203E

Color information

#12203E (or 0x12203E) is unknown color: approx Midnight Express. HEX triplet: 12, 20 and 3E. RGB value is (18,32,62). Sum of RGB (Red+Green+Blue) = 18+32+62=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 62 (24.61% from 255 or 55.36% from 112); Max value from RGB is 62 - color contains mainly: blue. Hex color #12203E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12203E is #EDDFC1. Grayscale: #1F1F1F. Windows color (decimal): -15589314 or 4071442. OLE color: 4071442.

HSL color Cylindrical-coordinate representation of color #12203E: hue angle of 220.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12203E is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB183262-
CMYK0.710.4800.76
HSL220.91º55%15.69%-
HSV(B)220.91º70.97%24.31%-
XYZ1.641.514.76-
YUV31.23145.36118.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 62 (24.61% from 255) = 55.36%
R=16.07%
G=28.57%
B=55.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1832620.710.4800.76220.915515.69
Hex12203E473004Cdd3710
Octal2240761076001143356720
Binary100101000001111101000111110000010011001101110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,32,62); }

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

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

 a { background-color: rgb(18,32,62); }

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

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

 span { border-color: rgb(18,32,62); }

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